coaderprathmesh/databaseAnalyzerBot
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
this is a simple intigration of groq base chat bot with flask. steps to execute: 1, clone repo. git clone https://github.com/coaderprathmesh/databaseAnalyzerBot 2, install requirements: pip install -r requirements.txt 2.1 configger db file: yu can setup db file's path in the app.py file. edit MCP_CONFIG to change the path from "C:\\Users\\Abc\\office.db" to whatever you like. 2.2 set api key: get a new groq api key, and set it in app.py by default no api key is provided so you need to provide one yourself. 3, initialize server: navigate in the repo's directory. and run the folowing command: python app.py this will initialize the server. 4, access homepage: visit http://localhost:5000 5, enter the prompt and click on get response button. ones recieved, you'll be notified about the message from the bot via notification tone and screenreader as well. 6 note: you need to have noad js installed on your device for the mcp to work.