Explore Your Data!
**You can analyze your data using natural language **
PandasAI makes dataframes conversational
Langchain is a framework interacts between data and language models
Streamlit is a framework builds interactive apps with data
Installation
Create a virtual environment and install packages for an effective package management
pip install streamlit
pip install pandasai
pip install openpyxl
Running
Run listed commands in the terminal respectively
source your_environment_name/bin/activate
streamlit run \your_python_file_name.py
Ask Your Question to Your Data

Note: There may be other packeages to install, I will add them soon :)


