Skip to content

API for Workout Recommender system. Built with FastAPI.

Notifications You must be signed in to change notification settings

itsLeonB/workout-recommender-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workout Recommender API

This API is based on the ML API Template by @kaenova. Thanks bang!

Running the server

  1. Clone the repository:
git clone https://github.com/your-username/your-repository.git
  1. Install the required libraries:
pip install -r requirements.txt
  1. Run the server:
python main.py

Retrieving recommendations

Access the recommendations endpoint:

http:https://localhost:8080/recommendations/{workout_index}

Give the selected workout index on {workout_index}. The endpoint will return a list of indices of the top 3 workouts recommended.

For testing and additional documentation, access the /docs endpoint

Releases

No releases published

Packages

No packages published