UncommonHacks

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:

  1. Improve skill
  • Show drivers what they do correct/incorrect
  1. END GOAL: Directions/recommendations to drivers
  2. Visualize data of track

Setup

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.

Using virtualenv

Activate the virtualenv with source ./venv/Scripts/activate

Deactivate with deactivate