https://github.com/vanna-ai/vanna-streamlit-simple
Simple version of a Vanna streamlit app
https://github.com/vanna-ai/vanna-streamlit-simple
Last synced: 6 months ago
JSON representation
Simple version of a Vanna streamlit app
- Host: GitHub
- URL: https://github.com/vanna-ai/vanna-streamlit-simple
- Owner: vanna-ai
- Created: 2023-12-21T16:32:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T19:08:26.000Z (over 1 year ago)
- Last Synced: 2024-03-07T20:26:13.360Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simplified Vanna Streamlit App
Chat with your database using Streamlit and Vanna.## Installation
Virtual environment is recommended.
```bash
python3 -m venv venv
source venv/bin/activate
``````bash
pip install -r requirements.txt
```## Usage
Make sure to modify the Vanna setup in the `app.py` file.
```bash
streamlit run app.py
```