-
-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Facial Landmark Detection Using Python's MediaPipe Library #643
Conversation
Our team will soon review your PR. Thanks @Anshg07 :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Project folder name should be
Facial Landmark Detection
. - README file should be renamed as
README.md
. - Add Dataset folder.
I understood that dataset is not required. Can you create a sub folder as Web App and put the Follow this README template, https://github.com/abhisheks008/ML-Crate/blob/main/.github/web-app-readme-template.md |
added Web App subfolder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved @Anshg07
Pull Request for ML-Crate 💡
Issue Title: Add Facial Landmark Detection Using Python's MediaPipe Library
Closes: #550
Describe the add-ons or changes you've made 📃
Added facial landmark detection capability using MediaPipe. This feature allows the application to detect and visualize facial landmarks in real-time using both photos and live video feeds.
Project Documentation:
Overview
This application utilizes MediaPipe and Streamlit to perform real-time facial landmark detection. Users can see their facial landmarks overlaid on their video feed in real-time.
How to Install and Run the Application
pip install streamlit cv2 numpy Pillow mediapipe streamlit_webrtc
markdown
Copy code
2. Run the Application: Navigate to the directory containing the
app.py
file and run the following command:streamlit run app.py
less
Copy code
3. Access the Application: Open your web browser and go to
http://localhost:8501
. The application should be running and ready to use.How It Works
Use Cases
This tool can be used for various purposes, including:
Type of change ☑️
How Has This Been Tested? ⚙️
The functionality was tested by integrating it into the existing app framework and running various tests with different types of facial images and live video to ensure accuracy and robustness under various conditions.
Checklist: ☑️