- Install python 3.12
- create python virtual environment:
python3 -m venv facedetection - enable virtuan env:
source venv/bin/activate - install dependencies:
pip install -r requirements.txt - start the server:
python main.py - test the server:
curl -F image=@josh.webp http://127.0.0.1:5001/detect_faces
heygen-com/facedetection-devops
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|