MPHolistic is an open-source Android application designed to leverage cutting-edge computer vision technologies for enhancing user experiences. At its core, it utilizes the powerful capabilities of MediaPipe, an open-source framework from Google that enables developers to build world-class machine learning solutions for mobile, edge, and web platforms.
- Real-Time Vision Processing: Process visual data in real-time for immediate feedback.
- User-Friendly Interface: Intuitive and easy-to-use interface for a seamless user experience.
- Extensible Framework: Easily extend and customize the application to fit your needs.
- Sending Landmark: This can send the landmark to the server.
- Kotlin & Java: Leveraging the strengths of both Kotlin and Java for robust and efficient Android development.
- Gradle: For dependable and scalable build management.
- MediaPipe: The backbone for all vision-related functionalities.
To get a local copy up and running follow these simple steps:
- Android Studio (Koala | 2024.1.1 Patch 1 or later recommended)
- Git
-
Clone the repository:
git clone git@github.com:imnexerio/MPHolistic.git
-
Open the project in Android Studio.
-
Sync Gradle and build the project.
-
Run the application on your device or emulator.
- Open the app on your device.
- Follow the on-screen instructions to start using the vision processing features.
- Customize settings as needed to fit your use case.
We welcome contributions from the community, whether it's through bug reports, feature requests, or pull requests. Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.
This project is licensed under the MIT License.
- This project is based on MediaPipe.
For support or questions, please contact [imnexerio@gmail.com].