中文(繁体)
git clone https://github.com/GeorgePatsias/OpenEyes.git pip install -r requirements.txt
使用所需的設定編輯config.py並執行。
config.py
python3 srv.py
docker build -t openeyes . && docker run -p 5001:5001 openeyes