Traffic prediction with ST-GNN project for course Machine Learning with Graphs - CS224W (2023).
- Marko Ivanovski
- David Ocepek
- Matej Miočic
- Matej Kalc
Run the following lines:
virtualenv -p /usr/bin/python3.9 trafficPrediction
source trafficPrediction/bin/activate
pip install -r requirements.txt