Hello! MaskSure is an amazing app that was created as a final project for the Computer Vision course. It's not just about doing an assignment; it's also a great opportunity to have some fun in the world of technology and to improve my portfolio!
It's a simple yet crucial feature that allows users to detect whether others are wearing masks or not. With the help of cutting-edge object detection technology, this application can ensure that everyone is following the rules and keeping our communities safe.
While it might not be perfect, like apps made by big companies, MaskSure is already an amazing achievement by a student.
To keep this app running smoothly, we use a few different technologies. Some of them are:
Streamlit
This is the foundation for creating and managing web app of Python, or the look and feel of the application. With Streamlit, we can build an interface that is straightforward but stylish enough for users. The app works great, and it's also visually appealing!YOLO algorithm
YOLO is an amazing algorithm for object detection that is lightning fast and incredibly accurate. That means the MaskSure can instantly tell who is wearing a mask and who is not with just one look!Pillow (PIL)
When it comes to images, we use Pillow. This library helps with simple image processing, such as resizing, and makes it easier for the app to handle images.
To use this application, you need to do a few things to make it work:
git clone https://github.com/ramadityo/masksure.git
For Windows:
py -m venv .venv
.venv\Scripts\activate
For Linux
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
streamlit run app.py
This project is licensed under the MIT License. See the LICENSE link for details.