This Repository shows how to use the machine learning models from Mediapipe for any use case. We will be using the OpenCV-Python library.
Mediapipe is an open-source, cross-platform library that provides Machine Learning solutions. The solutions range from face detection to objectron. Different models can be found here
These are the solutions I have provided examples for. My youtube channel explains these solutions more in depth.
The installation of both OpenCV and Mediapipe libraries is required.
-
Installing Mediapipe
On Windows
pip install mediapipeOn Mac/Linux
pip3 install mediapipeFor more details, check out the official site here.
-
Installing OpenCV-python
On Windows
pip install opencv-pythonOn Mac/Linux
pip3 install opencv-python
More Mediapipe machine-learning models can be implemented into this code base. Any contributions made are appreciated.
- Fork project and clone
- Create feature branch (name of ML model)
- Commit and push changes to branch
- Open a Pull Request
- Python
Distributed under MIT License. See LICENSE for more information.
If you found this helpful, please star it. ⭐
If you have any questions or need help with the project, feel free to DM me on Instagram!