A web application that uses TensorFlow.js and Teachable Machine to detect bodybuilding poses via webcam.
-
Clone the repository:
git clone https://github.com/JoshuaLevi/BodyBuildingPose.git cd BodyBuildingPose
-
Ensure you have a local web server to run the project. You can use http-server for this:
npm install -g http-server http-server
- Open your browser and navigate to
http://localhost:8080
(or the port provided by your local web server). - Allow access to your webcam.
- Select a pose from the dropdown menu and start detecting poses.
This project is licensed under the MIT License.