Matt's Black Book

Development

# Install dependencies
pip install -r requirements.txt

# Init the vectorstore first with a sample.csv file saved in /data folder
python db.py

# Or generate your own data/sample.csv file
python dummy.py

# Then run your app
streamlit run app.py