Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 502 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 502 Bytes

mindpixels

Our Brainwaves to AI project

RUNNING

For basic streamlit run

streamlit run app.py

To run headless (does not auto open)

streamlit run app.py --server.headless true

SETUP

  1. Run the following commands:
python -m venv .venv
  1. Wait for the virtual environment to finish

For Windows

.venv/Scripts/activate

For MacOS

source .venv/bin/activate
  1. Install all required packages:
python -m pip install -r requirements.txt