mirsazzathossain / Restaurant-Order-Prediction-USTGCN

Real-time food order prediction using Unified Spatio-Temporal Graph Convolutional Network (USTGCN). πŸ΄πŸš€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run Tests

$ python -m unittest -v

Run a single test

$ python -m unittest -v test.test_dataloader

Setup config file

$ python -m utils.config --config_name ustgcn

Train

$ python train.py --seed 42 --config ustgcn --mode test

Run Tensorboard:

$ tensorboard --logdir=logs/ --port=2171

About

Real-time food order prediction using Unified Spatio-Temporal Graph Convolutional Network (USTGCN). πŸ΄πŸš€


Languages

Language:Jupyter Notebook 68.8%Language:Python 31.2%