Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/moanassiddiqui/face-it
- Owner: MoAnasSiddiqui
- Created: 2024-09-13T16:41:53.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T22:23:15.000Z (about 2 months ago)
- Last Synced: 2024-10-10T17:42:06.331Z (28 days ago)
- Topics: computer-vision, deep-learning, machine-learning, opencv, tensorflow2
- Language: Jupyter Notebook
- Homepage:
- Size: 60.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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