Skip to content

Traffic Flow Prediction with Neural Networks(SAEs、LSTM、GRU).

License

Notifications You must be signed in to change notification settings

ducbadatcs/TrafficFlowPrediction

 
 

Repository files navigation

'

Forked from here

Traffic flow Prediction System

Authors:

Running guide:

  • Create a Python virtual environment in this directory: python -m venv .
  • Activate the virtual environment: ./Scripts/Activate.ps1 (Windows) or source bin/activate (Linux)
  • Install packages: pip install -r requirements.txt
  • Run python main.py. In the output, there is a line that says "Running on public URL", follow the link of that line.
    • or enter http://127.0.0.1:7860/ if that link works.
  • Enjoy!

Kaggle Notebooks

Note: There's a Kaggle notebook if you want to see the training process, since my laptop doesn't have GPU support. Pretrained weights /model/*.keras were included if you want model local inference.

Kaggle notebooks:

They use the data provided by boroondara2006.zip, or the data/ folder. For convenience, they are also downloaded here.

Other Links:

About

Traffic Flow Prediction with Neural Networks(SAEs、LSTM、GRU).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.1%
  • Jupyter Notebook 18.4%
  • Other 1.5%