An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Vanna.AI Streamlit App
Screenshot 2023-06-23 at 3 49 45 PM

# Install

```bash
python3 -m venv venv
source venv/bin/activate

pip 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/)