Skip to content

Union-Neurotech/mindpixels

Repository files navigation

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

About

Our Brainwaves to AI project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published