Purpose of DriverTraining app: Improve driver skill
This will be done by showing the users what they do "correctly" (faster) or "incorrectly" (slower).
Hierarchy of project:
- Improve skill
- Show drivers what they do correct/incorrect
- END GOAL: Directions/recommendations to drivers
- Visualize data of track
We recommend using Python 3.6 to use this project. To start, run pip install -r requirements.txt
. You can also use venv
or env
as detailed below. To run the server that manages the app, run python3 app.py
.
Activate the virtualenv with source ./venv/Scripts/activate
Deactivate with deactivate