Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/straussmaximilian/pandas-ai-streamlit
A streamlit interface for pandas-ai
https://github.com/straussmaximilian/pandas-ai-streamlit
Last synced: 16 days ago
JSON representation
A streamlit interface for pandas-ai
- Host: GitHub
- URL: https://github.com/straussmaximilian/pandas-ai-streamlit
- Owner: straussmaximilian
- License: apache-2.0
- Created: 2023-05-05T21:57:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-01T18:54:59.000Z (about 1 year ago)
- Last Synced: 2024-01-25T00:50:15.373Z (10 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 21
- Watchers: 2
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pandas-ai-streamlit
A streamlit interface for pandas-ai## Installation & Running:
```
git clone https://github.com/straussmaximilian/pandas-ai-streamlit.git
conda create --name pandasai python=3.10
conda activate pandasai
pip install pandasai streamlit BeautifulSoup4
cd pandas-ai-streamlit
streamlit run app.py
```Check requirements in case there are compatibility issues. Tested with `pandasai==1.2.8`.
## Streamlit Share
Running [here](https://pandas-ai-gui.streamlit.app)
Note: This is the stable version with pandas-ai version 0.2.2.## Notes
- Updated to pandasai==1.2.8. Charts are stored as `temp_chart.png` and now they are loaded from there. The implementation is not perfect an might cause issues when having multiple concurrent users.