Join the experience now! url: https://yoga-motion.herokuapp.com/#/
Motion Yoga is a web application, powered by ML5's PoseNet and Neural Network Libraries, P5 renderings. I collected my own data and trained the data to the machine, thanks to ML5's beginner friendly machine learning libraries. Motion Yoga will detect your poses and proceed to next yoga postures only if you complete the process. It also has a filter effects that follows your motions, such as your skeleton structure and face effects using face recognition data.
- ML5
- ML5 - POSENET
- ML5 - NEURAL NETWORK
- P5
- REACT-P5-WRAPPER
- REACT
- JavaScript
- Node
- Express
- Webpack
- MUI
- CSS
- HTML
- Heroku
Node v17.01
To run this App locally:
- Git clone this repo.
- Open up the app and run 'npm install'
- Run createdb acme_db;
- Seed database 'npm run seed'
- Start app dev env 'npm run dev:start'
- Open browser 'localhost:3001'
Sync and seed your database by running npm run seed
. Running npm run start:dev
will make great things happen!
- start:dev will both start your server and build your client side files using webpack