Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moanassiddiqui/face-it

An image detection, computer vision program that detects a face in the frame.
https://github.com/moanassiddiqui/face-it

computer-vision deep-learning machine-learning opencv tensorflow2

Last synced: 8 days ago
JSON representation

An image detection, computer vision program that detects a face in the frame.

Awesome Lists containing this project

README

        

# face-it
This is an image detection program built using tensorflow and opencv libraries.

To test the model on live video, run the following blocks in facedetection.ipynb file.
1) Necessary imports
2) Necessary functions
3) Augmenting our raw data: Loading up augmented data into our program
4) Saving our model and then loading it back again: Reloading model
5) Saving our model and then loading it back again: Analyzing the model's performance on live video