Face Mask Detection system built with OpenCV, Keras/TensorFlow using Deep Learning and Computer Vision concepts in order to detect face masks in static images, real-time video streams and in webapp
Install the required dependencies
pip install -r requirements.txt
Command for running app
streamlit run app.py
- This app is deployed on Heroku
Note: The tensorflow model load into the memory and hence can be slow on heroku as compared to the local enviornment
- I am currently learning everything
- 2021 Goals: Contribute more to Open Source projects