Time Series forecast web app using statistically modelling, machine learning and deep learning algorithms.
https://time-series-forecast-django.herokuapp.com/
Deep learning algorithms are disabled as resources are very limited using a free hosting plan.
Simply clone this repo and connect to your cloned repo on Heroku, then click on Deploy branch.
-
Get Python 3.6+
-
Run
pip install -r requirements.txt
python manage.py migrate
- Then finally run
python manage.py runserver
- Open your browser and go to http://127.0.0.1:8000
Algorithms are stored in
/tspredict/algorithms/
Feel free to add your own and alter
/tspredict/views.py
/tspredict/templates/main/header.html