We developed Face mask detector using the Object detection algorithm and developed a monitoring tool to transmit live streams to the server to detect those without masks.
Download weights file for mask detector from my google drive link :- Mask Detector weight file
- Clone the repository on your machine
- Dowload weights file from link given above and add it to the repository folder.
- Change username and password in .env file in repository according to you.
- Run command prompt in the repository folder.
- Download all the requirements by running command
pip install -r requirements.txt - Run app.py using command
python app.py - Open any browser and visit http://127.0.0.1/sender and allow camera access.
- Now visit http://127.0.0.1/receiver and check your result.





