https://github.com/vanna-ai/vanna-streamlit
Vanna AI Streamlit App
https://github.com/vanna-ai/vanna-streamlit
Last synced: 6 months ago
JSON representation
Vanna AI Streamlit App
- Host: GitHub
- URL: https://github.com/vanna-ai/vanna-streamlit
- Owner: vanna-ai
- License: mit
- Created: 2023-06-17T02:15:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T13:16:37.000Z (over 1 year ago)
- Last Synced: 2025-03-30T09:05:31.915Z (7 months ago)
- Language: Python
- Homepage:
- Size: 23 MB
- Stars: 242
- Watchers: 5
- Forks: 98
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vanna.AI Streamlit App
# Install
```bash
python3 -m venv venv
source venv/bin/activatepip install -r requirements.txt
```# Configure
Modify the `setup_vanna` function in [vanna_calls.py](./vanna_calls.py) to use your desired Vanna setup.You can configure secrets in `.streamlit/secrets.toml` and access them in your app using `st.secrets.get(...)`.
# Run
```bash
streamlit run app.py
```## License
[MIT](https://choosealicense.com/licenses/mit/)