Skip to content

Latest commit

 

History

History
77 lines (51 loc) · 2.56 KB

README.md

File metadata and controls

77 lines (51 loc) · 2.56 KB

MPHolistic

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.

Table of Contents

Features

  • 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.
  • image

Built With

  • 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.

Getting Started

To get a local copy up and running follow these simple steps:

Prerequisites

  • Android Studio (Koala | 2024.1.1 Patch 1 or later recommended)
  • Git

Installation

  1. Clone the repository:

    git clone [email protected]:imnexerio/MPHolistic.git
  2. Open the project in Android Studio.

  3. Sync Gradle and build the project.

  4. Run the application on your device or emulator.

Usage

  1. Open the app on your device.
  2. Follow the on-screen instructions to start using the vision processing features.
  3. Customize settings as needed to fit your use case.

Contributing

We welcome contributions from the community, whether it's through bug reports, feature requests, or pull requests. Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeature).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Open a pull request.

License

This project is licensed under the MIT License.

Acknowledgments

Contact

For support or questions, please contact [[email protected]].