Skip to content

alvinbengeorge/TalkToUrDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample <PYTHON/FASTAPI>

This project aims to simplify the use of DBMS, by integrating a chatbot to SQL. You ask it what to do, it will do for you. NO MORE SQL QUERIES! JUST QUERIES! IN ENGLISH!


🚀 Getting Started

Open Using Daytona

  1. Install Daytona: Follow the Daytona installation guide.
  2. Create the Workspace:
    daytona create https://github.com/alvinbengeorge/TalkToUrDB/

... MORE STEPS IF NEEDED ...

  1. Start the Application:
    pip3 install -r requirements.txt;
    echo "GEMINI_API_KEY=<your api key>";
    fastapi run &;
    cd client/;
    pnpm i;
    pnpm build;
    pnpm start &;

✨ Features

  • realtime chat app
  • seamless connection with db
  • multiple sessions to multiple connections
  • simple frontend ui

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published