GitHunt
SI

sinansonmez/langchain_pandasai_streamlit

A repo for data analyze

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

Load Your Data
2_upload_file

Get Statistics of Your Data
3_statistics

Ask Your Question to Your Data
4_ask_question

Get Response to Your Question
5_response

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

Languages

Python100.0%

Contributors

Created January 15, 2024
Updated January 15, 2024
sinansonmez/langchain_pandasai_streamlit | GitHunt