Meshify is a Python based real time face mesh detection application. It leverages OpenCV, Mediapipe, and CVZone to provide efficient and accurate facial landmark mapping through your camera. 📸
Feature | Description |
---|---|
🧠 Real Time Face Mesh Overlay | Detects and overlays a 3D face mesh in real time. |
🎯 Precise Landmark Mapping | Maps 468 facial landmarks with high accuracy. |
⚡ Lightweight and Fast | Optimized for performance with minimal latency. |
⚙️ Customizable | Easily tweak settings for face mesh detection. |
🔗 Easy Integration | Integrates smoothly with OpenCV and Mediapipe. |
Technology | Description |
---|---|
🖥️ OpenCV | Open source library for computer vision tasks like video capture and processing. |
🤖 Mediapipe | Framework by Google for building multimodal pipelines. |
🧰 CVZone | High level library built on top of OpenCV to simplify common computer vision tasks. |
🐍 Python | The programming language used for developing the application. |
git clone https://github.com/KrishBharadwaj5678/Meshify.git
cd Meshify
pip install -r requirements.txt
python app.py
We welcome contributions to Meshify!
git clone https://github.com/KrishBharadwaj5678/Meshify.git
cd Meshify
git checkout -b feature-branch
git add .
git commit -m "Description of your changes"
git push origin feature-branch
- Go to the original Meshify repository and click Compare & Pull Request.
- Provide a detailed description of your changes in the pull request and why they are being made.