This website will show types of accidents that happened on a track that user chooses.
(Windows) To run this app you should run this in a virtual environment. Inside the main folder create virtual environment:
py -m venv venv
# Then activate the environment
./venv/Scripts/activate
After that install all required dependencies using requirements.txt
py -m pip install -r requirements.txt