Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 517 Bytes

README.md

File metadata and controls

28 lines (13 loc) · 517 Bytes

SmartBio

Steps to setup

git clone https://github.com/SmartSystemsSrls/SmartBio.git

cd SmartBio

chmod +x setup.sh

./setup.sh


  1. cd SmartBio

this takes you to your github folder

then run

tmux new-session -d -s face 'source env/bin/activate && python main.py'

tmux new-session -d -s ui 'source env/bin/activate && python app.py'

this wil start both the face detection and the ui server