capstone-2004-team-awesome / Lift-Log

weightlifting reps logger using machine learning

Home Page:https://lift-log-pro.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lift Log 💪

Lift Log is a web application and weightlifting tracker. Weightlifters no longer need to manually keep track of the amount of reps and sets after their workout. Lift Log automatically detects and logs exercises as you are working out.

Once logged in, you can view a calendar highlighting your workout history, as well as your progress toward your weekly workout goal. Hit the 'Start Workout' page and start up the camera to begin working out!

user-home

squat-demo

Website

https://lift-log-pro.herokuapp.com/

Install

npm install
npm run start-dev
view on localhost:8080

Stack

Lift Log’s responsive UI was built with React and Material UI. On the back end, we used Express to handle HTTP requests and Sequelize ORM for easy access to our PostgreSQL database, which consists of users, exercises, and set details so users can access their workout history. To train Lift Log to recognize exercises, we utilized Teachable Machine by Google, which uses Tensorflow and Posenet under the hood.

About

weightlifting reps logger using machine learning

https://lift-log-pro.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 89.1%Language:CSS 9.4%Language:Shell 1.2%Language:HTML 0.4%