-
Notifications
You must be signed in to change notification settings - Fork 0
Home
guydegnol edited this page Sep 27, 2023
·
21 revisions
An app for TRIAthlon/Running, acting as a basic traiNER. The aim of this package is dedicated to planify running or triathlon long races.
- π Athlete can personalize their basic physiological constraints.
- π Races formats and well-known races (mostly french races) are directly available.
- ππ΄π Performances has to be filled by the athlete (might be automatic if linked to another sport app). Heights differences and expected temperatures are also taken into account.
- π It will finally generate an ideal nutrition plan to accomplish your race.
- π¦ Training (beta mode
β οΈ π§) Should contains the training plan to get to that objective.
trianer.mp4
π‘Models are simple analytical models based on research articles. Might be nice to have access to a large athlete database, to have a better emprirical modelsπ.
β οΈ This package used to be deployed on heroku (pure web app). It has now to be installed localy to be tested.
Here is is quick recipe to install the app (with π docker ).
# π Clone the code from github
git clone https://github.com/gtherin/trianer
# π Build the app with docker
docker build . -t trianer-image
# π Launch the app: it should open a window in your browser
docker run -p 8502:8502 --name trianer-container trianer-image
- πAthlete
- πRace
- ππ΄πPerformances
- πSimulation
- π¦Training
- βοΈInstallation
- πChange logs