AI_Data_Analyst is a powerful full-stack web application that empowers users to connect to their MySQL database and interact with it using natural language. Backed by DeepSeek LLM, this tool translates plain English questions into SQL queries and delivers insights, sample data, statistics, and visualizations—all with a user-friendly interface.
git clone https://github.com/ahmedashrafk13/AI_Data_Analyst.git
cd AI_Data_Analyst
Make sure you have Python 3.8+ installed.
pip install -r requirements.txt
Edit the config.py
file and add your DeepSeek API key and base URL:
DEEPSEEK_API_KEY = "your-api-key"
DEEPSEEK_API_URL = "https://api.novita.ai/v3/openai"
DEEPSEEK_MODEL = "meta-llama/llama-3.1-8b-instruct"
python app.py
Visit http://localhost:5000
in your browser.
Created by Ahmed Ashraf 📧 Email: ahmedashrafk12@gmail.com(mailto:your-email@example.com) 🧠 Project: InsightForge Series
This project is licensed under the MIT License.
```