Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 818 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 818 Bytes

VidRecog

Face Mask Detection Application

Upload media files through the application's user interface, and through the YOLOv4 model that we used, we are able to identify whehter a person is wearing a face-mask or not

Demo Link: https://youtu.be/iodvQM92A_0

Getting Started

Navigate to the server directory

cd file-upload-api

Start the server by running

npm start

Open a new terminal and navigate to the frontend directory

cd file-upload-react

Start the application by running

npm start

You can use the app now! Simply upload any image file to get started

Reference taken from tensorflow-yolov4-tflite by theAIGuysCode