Skip to content

Files

Latest commit

53fc934 · Jan 26, 2024

History

History
12 lines (11 loc) · 716 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 716 Bytes

Question And Answer from SQL Database

Query from DB with help of LLM(GooglePalm) in Simple English language

Steps for running code

  • Create virtual env
    • conda create --name myenv python=3.x
    • conda activate myenv
  • Install requirements file with pip install -r requirements.txt
  • Create Google API Key
  • Run db_creation_atliq_t_shirts.sql file in MySQL to create Table
  • Run app.py in terminal as python app.py
  • Do query with the help of Postman or other API tester s/w