/Yolov5-Facemask

Face Mask Detection using FastApi and Yolov5

Primary LanguagePythonMIT LicenseMIT

Face Mask Detection

Use this command to run the server

python form_yolov5.py

Or

uvicorn form_yolov5:app  --host 0.0.0.0 --port 9876

If you get libgl1-mesa error

sudo apt-get install libgl1-mesa-dev

If you get error in installing pycocotools

sudo apt-get install gcc g++

Contributing

Feel free to fork this project and customize with your personal info.

License

MIT