Skip to content

Multiple Machine Learning algorithms including Neural Networks are used to forecast the demand of products to help organizations plan their warehousing needs.

Notifications You must be signed in to change notification settings

adityagator/time-series-forecasts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forecasting time series data

Authored by Aditya Bharadwaj (adityagator)

Steps to run the code

clone repository

git clone https://github.com/adityagator/time-series-forecasts.git

create virtual environment

python3 -m venv ./env

activate environment

source env/bin/activate

change directory to time-forecast-app

cd time-forecast-app

install packages

cat requirements.txt | xargs -n 1 pip install

install packages which threw an error during installation seperately

create config.json file

{ "SECRET_KEY": "", "EMAIL_HOST_USER": "", "EMAIL_HOST_PASSWORD": "" }

Migrate Database

python3 manage.py migrate

Create Super Admin

python3 manage.py createsuperuser

run command

python3 manage.py runserver

About

Multiple Machine Learning algorithms including Neural Networks are used to forecast the demand of products to help organizations plan their warehousing needs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published