git clone https://github.com/GeorgePatsias/OpenEyes.git
pip install -r requirements.txt
แก้ไข config.py
ด้วยการกำหนดค่าที่ต้องการแล้วรัน
python3 srv.py
แก้ไข config.py
ด้วยการกำหนดค่าที่ต้องการแล้วรัน
docker build -t openeyes . && docker run -p 5001:5001 openeyes