git clone https://github.com/GeorgePatsias/OpenEyes.git
pip install -r requirements.txt
Edit the config.py
with the desired configurations and run.
python3 srv.py
Edit the config.py
with the desired configurations and run.
docker build -t openeyes . && docker run -p 5001:5001 openeyes