Skip to content

This is an fastapi api that uses opencv "Open Source Computer Vision Library" for facial recogninition the app can recognise based on images provided.

Notifications You must be signed in to change notification settings

diebraga/facial_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

facial_recognition

This is an fastapi api that uses opencv "Open Source Computer Vision Library" for facial recogninition the app can recognise based on images provided.

Screenshot 2023-03-16 at 16 55 03

Requirements

  • Python3

Backend

  • Create a virtual enviroment running in yuor terminal:

python3 -m venv env

  • Actinvate your virtual enviroment running:

On mac: source env/bin/activate</code On windows: .\env\Scripts\activate

  • Install dependecies:

pip install -r requirements.txt

  • Run your server:

uvicorn app:app --reload

Your server will be running at http://127.0.0.1:8000

Frontend

bill_gates diego_braga ellon musk jeff_bezos mark_zuckenberg

About

This is an fastapi api that uses opencv "Open Source Computer Vision Library" for facial recogninition the app can recognise based on images provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages