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

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

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
```