Skip to content

Islambekkurakbay/Face_Recognition_with_FastAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To start download dependencies

pip install requirements.txt

To start the model first go to the working directory and run

python -m uvicorn model_test_1:app --reload

To integrate with the model go to

http://127.0.0.1:8000/docs

In the POST section -> Try it Out -> upload your face video to get the frames with different angles

You can change the original code source and API would be reloaded automatically

pose_identify.py is for the live camera face recognition and frames extraction. FYI change the directories first.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages