├── Project_code1.ipynb ├── README.md └── Screen Recording 2022-01-30 at 11.12.16 PM.mov /Project_code1.ipynb: -------------------------------------------------------------------------------- 1 | { 2 | "nbformat": 4, 3 | "nbformat_minor": 0, 4 | "metadata": { 5 | "colab": { 6 | "name": "Project_code1.ipynb", 7 | "provenance": [] 8 | }, 9 | "kernelspec": { 10 | "name": "python3", 11 | "display_name": "Python 3" 12 | } 13 | }, 14 | "cells": [ 15 | { 16 | "cell_type": "markdown", 17 | "metadata": { 18 | "id": "704rq82ccE-w" 19 | }, 20 | "source": [ 21 | "Happy to Help you Always.\n", 22 | "\n", 23 | "Mail me now vatshayan007@gmail.com to get all the files.\n", 24 | "\n", 25 | "You can use it for yourself in college and work." 26 | ] 27 | } 28 | ] 29 | } -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Face-mask-detection-system 2 | Face mask detection project for students. Easy to understand with complete project files 3 | 4 | ## Abstract: 5 | 6 | The spread of Coronavirus started at the end of the year 2019 from the city of China, Wuhan. The continuous spread of the virus forced governments of various countries to put lockdown for several months. It has been observed that wearing a face mask can actually prevent the transmission of this deadly virus. In the future, we have to use a face mask as a preventive measure for any such viruses. However, manually it is very difficult to keep track of a person wearing a mask or not. And here technology plays a very crucial role. This project highlights the importance of deep learning especially object detection. We introduce a deep learning model that will detect faces and can predict whether the person is wearing a mask or not. 7 | 8 | ## Project Demo Video: https://www.youtube.com/watch?v=7hLboIeBeTk&ab_channel=ComputerScienceProjects 9 | 10 | # Project Includes: 11 | 1. PPT 12 | 2. Report 13 | 3. Synopsis 14 | 4. Datasets 15 | 5. Research Papers 16 | 6. Code 17 | 7. Documents 18 | 19 | 20 | # Contact : 21 | 22 | Mail: vatshayan007@gmail.com 23 | 24 | Website: https://www.cse-projects.com 25 | 26 | CSE PRojects: https://computerscienceproject.com 27 | 28 | ## Helping students on Computer Science Projects 24*7 29 | -------------------------------------------------------------------------------- /Screen Recording 2022-01-30 at 11.12.16 PM.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Projects-Developer/Final-Year-Face-mask-detection-Project/68e819c5ed1fa3fe5750be250b38da86e30009a1/Screen Recording 2022-01-30 at 11.12.16 PM.mov --------------------------------------------------------------------------------