/SQL-Code-Generation-Application

LLMS in Production Week-2 Project at Uplimit

Primary LanguageJupyter Notebook

LLMs in Production

Open in Studio

Setup the Environment

# Creates a virtual environment called venv
python -m venv sql_geneartor_ai_app
# Activate the virtual environment
source sql_geneartor_ai_app/bin/activate
# Install the requirements for the project
pip install -r requirements.txt
make start

BAREBONE WORKING APPLICATION

SQL Generator