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!
- Install Daytona: Follow the Daytona installation guide.
- Create the Workspace:
daytona create https://github.com/alvinbengeorge/TalkToUrDB/
... MORE STEPS IF NEEDED ...
- 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 &;
- realtime chat app
- seamless connection with db
- multiple sessions to multiple connections
- simple frontend ui