pgs17 / Get-Fit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get-Fit

Description

A FastApi Backend for detecting and classifying the type of exercise a person is performing in order to get fit

Proposed TechStack

  • Python
  • Yolov8(for model training refer:ultralytics)
  • FastAPI(for creating API endpoints)
  • Docker(For dockerising the entire content for hosting)
  • Cvat(For annotation purpose)

Steps to Start our WebApp:

  • First CLone the repository
  • Create a Virtual Environment and activate it
  • pip install requirements.txt (basically fastapi ultralytics streamlit phonenumbers geopy PIL pathlib)
  • Run python startscript.py to start the server

About


Languages

Language:Python 93.0%Language:Dockerfile 7.0%