the Team Pursuit Performance and Strategy Optimisation Modelling Tool
In order to better help athletes train, refine daily training methods and strategies, and win cycling competitions, the team collected athletes' data for collation and analysis, providing recommendations.
The purpose of the project is to present complex data such as athlete body data, race data, bicycle data, etc. in a visual manner, so that users can clearly and concisely understand the data, and provide models to simulate the race.
- Precondition
- Installed python 3.9.10 or later
- Installed pip 22.2.2 or later
- Installed git
- Download and Install
git clone https://github.com/xxlrr/TPPSOMT.git
cd CYCIN-mel
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r tppsomt/requirements.txt
- Run the project
cd CYCIN-mel
source .venv/bin/activate
python3 tppsomt/manage.py makemigrations
python3 tppsomt/manage.py migrate
python3 tppsomt/manage.py runserver 0:8000
- Visit the website
- Open your chrome
- Visit the website: http://127.0.0.1:8000
- Bingo, enjoy!
This is a commercial research project. The purpose of public is to facilitate team communication. Others are not allowed to plagiarize or copy it for commercial use. Note that this project abides by the contract and the core algorithm is removed.
Django Starter provided by Django Material Kit | @ Coded by CYCIN-Mel