main.py | ||
README.md | ||
requirements.txt |
Steps to initialize the project
python -m venv .venv
source .venv/bin/active
Steps to install dependencies
pip install -r requirements.txt
Seps to run
streamlit run main.py
Make sure that rust server is active before asking a prompt.