This is a data analysis chatbot built using PandasAI and Gradio. It handles questions about your data (.xlsx, .csv, .json, .xml) and generates text, charts, or tables based on the data that you provide.
-
Clone the repository using Git or Github CLI.
-
Create a virtual environment and activate it.
-
Install the required dependencies:
pip install -r requirements.txt
-
Rename
.env.example
file to.env
and add your variables. -
Run the gradio app using:
python app.py
This project is licensed under the MIT License. See the LICENSE file for details.