A Python-based chat assistant that interacts with an SQLite database to answer user queries.
- The assistant accepts natural language queries.
- It converts queries into SQL to fetch data from the database.
- It responds with clear, formatted answers.
- Clone the repository.
- Install dependencies.
- Run the Flask app:
python app.py. - Open your browser and navigate to
http://127.0.0.1:5000.
- Limited natural language processing capabilities.
- Supports only a predefined set of queries.
- Integrate a more advanced NLP model for better query parsing.
- Add a frontend interface for a better user experience.