|
| 1 | +Project SafeShop |
| 2 | + |
| 3 | +Ensure your safety and social distancing through SafeShop integrated system. |
| 4 | +SafeShop is reliable, simple, and fast ensuring that businesses can take full advantage of modern technologies. |
| 5 | + |
| 6 | +Link: https://github.com/Project-SafeShop |
| 7 | + |
| 8 | +The goal of this project is to ensure the safety of people and make sure people follow the necessary rules. |
| 9 | +This is achieved by |
| 10 | + |
| 11 | +1. Face Mask Detection |
| 12 | + - The goal is to check if people are wearing a mask properly or not. |
| 13 | + - Cameras near the entrance of shops can be used for face mask detection. |
| 14 | + - These cameras can be connected to a system like a speaker, screen, and auto-door. These will notify the person and prompt them to wear mask properly before entering the shop. |
| 15 | + - The face mask detection model is made using TensorFlow Object Detection API. |
| 16 | + - faster_rcnn_inception_v2 model has been used for training the Face Mask Detector. |
| 17 | + - The model consists of 3 classes: "with_mask","without_mask" and "mask_weared_incorrect". |
| 18 | + - Link: https://github.com/Project-SafeShop/SafeShop_Camera_MaskDetection |
| 19 | + |
| 20 | +2. Mobile application for ordering |
| 21 | + - The goal is to reduce the exposure to the virus by converting physical waiting lines to digital waiting lines. |
| 22 | + - People will be able to use his app to order the necessary items from home and they will be allocated a pick-up time slot, later they can go and pick up the order safely at the given time. |
| 23 | + - The prototyping of the app was done on Adobe XD. |
| 24 | + - The app is built on Android Studio, using Java (back-end) and XML (front-end). |
| 25 | + - The app leverages the IBM Cloud App ID service which easily adds authentication for mobile apps. |
| 26 | + - Currently, the app can be utilised by restaurants. We plan on adding functionality for various other businesses such as medical stores, grocery stores. |
| 27 | + - Link: https://github.com/Project-SafeShop/SafeShop_App |
| 28 | + |
| 29 | +3. Distance Tracking Algorithm |
| 30 | + - The goal is to track the distance between people inside a shop and prompt them to maintain social distancing. |
| 31 | + - Location (latitude and longitude) of all people inside the shop will be sent to Google Firebase real-time database. |
| 32 | + - Distance between people will be calculated using their location and if people are close to each other (less than 6 ft distance), they will be notified that people are within their range. |
| 33 | + - Currently, the algorithm is made in Python. We plan on converting it to JAVA and integrating it with the app. |
| 34 | + - Link: https://github.com/Project-SafeShop/SafeShop_Distance_Tracking_Algorithm |
| 35 | + |
| 36 | +SafeShop is better than exisiting technologies. None of the technologies out there allows users to track distance and maintain social distancing. |
| 37 | +SafeShop is ultimate safety package, correct use of technology will help us reduce and prevent further spread of virus. |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
0 commit comments