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