Skip to content

A web application to predict the sales of a newly launched product

Notifications You must be signed in to change notification settings

tash149/sales_forecast_ml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sales Forecast using Machine Learning

A web application to predict the sales of a newly launched product

Libraries Used : scikit-learn Web Framework User : Django

Using the pickle library to load and use pre trained ml models.

How does it look like when you run it?

Main Page

MainPage

Product Detail Input Page

ProductInput

Prediction Output Page

PredictionPage

How to run sales_predit_ml on your Linux/Unix System ?

Clone the repository and get inside sales_forecast_ml
git clone https://github.com/rshrc/sales_forecast_ml && cd sales_predict_ml
Make Migrations
python3 manage.py makemigrations predict && python3 manage.py migrate
Loading the server_predictor.py for later use
python3 ml_core/ml_process/server_predictor.py
Running the Server
python3 manage.py runserver

You should now be able to access the sales_predict_ml web app in localhost:8000 in your browser

How to run sales_predit_ml on your Windows System ?

Install Linux or buy a Mac and revisit https://github.com/rshrc/sales_forecast_ml/README.md

About

A web application to predict the sales of a newly launched product

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.4%
  • HTML 25.6%