Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 470 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 470 Bytes

viclizzy-halo

Computer vision and LED mash-up project. More details to come...

Clone this Repo:

git clone git@github.com:victorarjona2/viclizzy-halo.git

install Opencv-python and Flask python packages

  • Windows

    • pip install opencv-python
    • pip install Flask
  • Linux or Mac_

    • pip3 install opencv-python
    • pip3 install Flask

Start API server

  • Windows

    Run_Flask.bat

  • Linux or Mac_

    Run_Flask.sh

Run the code

python Run_Halo.py