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
Navigate to the server directory
cd file-upload-apiStart the server by running
npm startOpen a new terminal and navigate to the frontend directory
cd file-upload-reactStart the application by running
npm startYou can use the app now! Simply upload any image file to get started
Reference taken from tensorflow-yolov4-tflite by theAIGuysCode