Link to jupyter notebook
https://colab.research.google.com/drive/1J73R_8MC9OAqes4S2WyrpS9BLoP-2cE_?usp=sharing
- Install docker and docker-compose https://docs.docker.com/compose/install/
- Execute from the root directory of the project
docker-compose up -d --build
Result on my PC
[+] Building 227.1s (22/22) FINISHED
[+] Running 2/2
⠿ Container face_detection_app_1 Started 3.2s
⠿ Container face_detection_nginx_1 Started
- Open http://127.0.0.1/
- Profit!
pip install -r requirements.dev.txt
Execute from the root directory of the project
python -m api runserver api --root api --verbose
pytest -ra
- Add python configuration
- Module name: api
- Parameters: runserver api --root api --verbose
- Working directory - укажите актуальные корневой каталог проекта