Welcome to CompVis, our project in implementing a Deep Learning model to detect and recognize faces from video files applied to industrial safety.
| Kolapally Sai kalyan | GitHub | Portfolio | ||
| Daniel Osório | GitHub | Portfolio | ||
| Merle Buchmann | GitHub | Portfolio | ||
| Kranthi Maddishetty | GitHub | Portfolio |
The primary objective of our project was to leverage computer vision and advanced face detection and recognition technology for emergency monitoring in industrial safety contexts. To achieve this goal, we used an episode of the popular TV show "The Office" that depicted a fire drill scenario. We then trained our face recognition model using a dataset of six characters from the show. Our ultimate aim is to create a robust and reliable tool that can help improve emergency response by quickly identifying and tracking individuals.
- Python backend:
- Image and video manipulation using OpenCV
- Face detection using MTCNN
- Face recognition deep learning model using TensorFlow transfer learning with EfficientNetV2 trained with a dataset of 1500 images of each character after image augmentation
- API with FastAPI
- Streamlit frontend
🧪 You can test our app here https://compvis.streamlit.app/ 🧪
Detection and identification of faces on a single image
|
|
Detection and identification of faces on a video
|
|
| See a quick demo of this app here |
|
This project was developed as part of the Le Wagon Data Science Bootcamp Batch 1181 Online (Feb-Mar2023) over two weeks