Skip to content

CH2-PS254/Model-ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

EaseYoga (Machine Learning)

A machine learning models with neural network architecture and TensorFlow lite as the model format. The dataset used is broken down into training, validation, and testing. The image dataset will be processed using MoveNet as a data augmentation tool to obtain landmark coordinates, and then the data will be processed using input reshaping and data normalization. The training model uses the keras.Sequential method where the model results will be exported in .tflite format.

Table of Contents

Installation

This is where your installation instructions go. You can add snippets here that your readers can copy-paste with click:

git clone https://github.com/CH2-PS254/Model-ML

After you clone, you can run the main.py :

python main.py

Make sure that Python and all the required libraries are installed

Necessary Libraries

This machine learning model requires the following Python libraries installed:

(Back to Top)

About

Classification model for yoga poses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages