Skip to content

guilefoylegaurav/vFit

Ā 
Ā 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 

Repository files navigation

vFit: Nurturing collaborative fitness online

Links:

Screenshots:

image (3) image (1)

Fitness Game-ified: Our project pitch

In recent times, a new social paradigm has emerged due to COVID-19. People are unable to exit their homes for long periods of time, and as a result their physical fitness has been going down considerably. Additionally, the lack of interaction with friends and family has been taking a mental and social toll on a lot of us as well.

As college students, we know first-hand what the lack of social and physical freedom can do. So we set out to solve this issue in a simple and easy-to-use manner. vFit was the result of our work.

VFit is a socially-oriented fitness app. Users can register on vFit and find other users to exercise with using a simple web inteface. The crux of the app is the dynamic inference of yoga poses. Using a unique combination of machine learning and computer vision, the website is able to identify 6 different poses from just the user's webcam feed. The user can exercise by holding a series of poses for a fixed amount of time [determined by the aforementioned ML model] and can also choose to exercise with a friend. The whole inference is all done in the browser to assuage privacy concerns.

The app was written in EJS and Node.js and was deployed to Heroku. A MySQL instance hosted on AWS was used as the backing data store. The ML inference was done using Tensorflow.js and P5 and we adopted the PoseNet ML model for the same.

The USP of the app is this exercising with friends feature, as users are able to engage in a dynamic exercise with a friend and also interact with someone face to face at the same time.

How to run this:

Some features just won't work if you don't have access to the secret keys. But if you do have the keys or you want to try it out without them(in which case it'll probably break), do the following:

  1. Make sure you've installed Node.js and NPM and can use them from the terminal
  2. Navigate to the folder you cloned the project in using the command line
  3. Run
npm i
  1. Run
node index.js

The demo link provided above should be the easiest way to test out the features if you don't want to make changes to the source code.

Feel free to message any of the team members on any social platforms if you have any other queries

About

A gamified social experience online made possible through an AI yoga pose evaluator. Won 1st placešŸ† in HackOn with Amazon, 2021.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • EJS 51.8%
  • JavaScript 40.4%
  • CSS 7.8%