Skip to content

KalcMatej99/TrafficPrediction_MLG_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traffic Prediction with ST-GNN

Traffic prediction with ST-GNN project for course Machine Learning with Graphs - CS224W (2023).

Authors

  • Marko Ivanovski
  • David Ocepek
  • Matej Miočic
  • Matej Kalc

Setup

Run the following lines:

  • virtualenv -p /usr/bin/python3.9 trafficPrediction
  • source trafficPrediction/bin/activate
  • pip install -r requirements.txt