https://github.com/malkiii/data-analysis-agent
PandasAI + Gradio app
https://github.com/malkiii/data-analysis-agent
ai-agents data-analysis gradio llm pandas pandasai python
Last synced: 3 months ago
JSON representation
PandasAI + Gradio app
- Host: GitHub
- URL: https://github.com/malkiii/data-analysis-agent
- Owner: malkiii
- License: mit
- Created: 2025-02-24T18:26:36.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-03-04T17:15:33.000Z (8 months ago)
- Last Synced: 2025-07-31T06:26:05.914Z (3 months ago)
- Topics: ai-agents, data-analysis, gradio, llm, pandas, pandasai, python
- Language: Python
- Homepage:
- Size: 216 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 📊 Data Analysis Agent

This is a data analysis chatbot built using [PandasAI](https://github.com/sinaptik-ai/pandas-ai) and [Gradio](https://www.gradio.app/). It handles questions about your data (.xlsx, .csv, .json, .xml) and generates text, charts, or tables based on the data that you provide.
## Local Setup
1. Clone the repository using Git or Github CLI.
2. Create a virtual environment and activate it.
3. Install the required dependencies:
```sh
pip install -r requirements.txt
```
4. Rename `.env.example` file to `.env` and add your variables.
5. Run the gradio app using:
```sh
python app.py
```
## License
This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.