Our Brainwaves to AI project
For basic streamlit run
streamlit run app.py
To run headless (does not auto open)
streamlit run app.py --server.headless true
- Run the following commands:
python -m venv .venv
- Wait for the virtual environment to finish
For Windows
.venv/Scripts/activate
For MacOS
source .venv/bin/activate
- Install all required packages:
python -m pip install -r requirements.txt