/fastAPI_face_detection

simple web application for face detection with fastAPI and OpenCV

Primary LanguagePython

fastAPI_face_detection with Open CV

setup

clone project

git clone https://github.com/tao-Isaman/fastAPI_face_detection.git
cd fastAPI_face_detection

create virtual environment

python -m venv env

active virtual environment

source ./env/bin/activate

install library

pip install -r requirements.txt

run

uvicorn main:app --reload