This Flutter project is a machine learning internship project designed for posture detection using the PoseNet model. The application leverages the tflite_flutter
package for efficient processing of the machine learning model.
- Name: MiniProject
- Description: This is a machine learning internship project focused on real-time posture detection.
- Version: 1.0.0+1
- Flutter SDK: >=3.2.6 <4.0.0
The project relies on the following dependencies:
- Clone the repository:
git clone https://github.com/adarshsavalagi/IrisInternshipProject.git
- Navigate to the project directory:
cd MiniProject
- Run the app:
flutter run
- Launch the application on your Flutter-compatible device.
- The app will start real-time posture detection using the PoseNet model.
- Receive feedback on your posture based on the model's predictions.
Feel free to contribute and enhance the project further!
This project is part of a machine learning internship and is not intended for public release.