This project is part of final academic project at SCE - Shamoon College of Engineering.
system requirements:
- Python >= 3.7
- SUMO - Simulation of urban mobility >= 1.3.1
Clone this repository by the following command:
git clone git@github.com:yanivbenzvi/smart-transport.git
install all project dependencies by the following command:
python pip insall -r requirments.txt
The tree below displays the main files and folders structure.
├── docs // docs folder
├── src // source code libary
| ├── modules // modules folder
| ├── providers // providers folder
| ├── Configuration.py // application configuration
├── tests
| ├── unit // unit test folder
| ├── feature // feature test folder
| ├── integration // integration test folder
├── main.py // main file
├── requirements.txt // Project requirements - installation by python pip.
├── .gitignore // Files to not track in git.