RajKKapadia / YouTube-Openai-SQL-Chatbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub User's stars GitHub followers

IF THE WORK IS USEFUL TO YOU, PLEASE CONSIDER GIVING THIS REPOSITORY A STAR

Talk to SQL Database

Talk to your SQL database in the most efficient way and with only Openai.

  • create a Python virtual environment and install all the required packages
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
  • create a new Mysql database/schema for the demonstartion

  • copy the content of .env.example into a new file .env and replace the values

  • create a fake database to play

python generate_fake_database.py 
  • run the application
uvicorn run:app --reload

About me

I am Raj Kapadia, I am passionate about AI/ML/DL and their use in different domains, I also love to build chatbots using Google Dialogflow. For any work, you can reach out to me at...

About


Languages

Language:Python 53.1%Language:Jupyter Notebook 46.9%