Skip to content

Simple stock prediction application to demonstrate prediction using fbprophet and integrating dcc and http requests.

License

Notifications You must be signed in to change notification settings

Uttam580/stock_prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Prediction App

Simple stock predictionapplication to demonstrate prediction using fbprophet and integrating dash core components and http requests.

Demo Link

click Stock Market Prediction to see the demo.

quick demo

Recordit GIF

Contents

  • app.py - Front and back end portion of the web application excluding css and static data
  • Assets Folder - css files and static images
  • models - it contains script for extarcting data from yahoo finannce and fbprophet prediction.
  • src- conatins stock file extracted from yahoo finance
  • out- contains final predicton file.

Installation

  • Download the entire repository as a folder and open app.py and run it with IDE . That's it! http://127.0.0.1:5001/
stock_prediction-Directory Tree

├─ app.py
├─ assets
│  ├─ images.jpg
│  └─ stylesheet.css
├─ LICENSE
├─ models
│  ├─ prophet.py
│  └─ __pycache__
│     └─ prophet.cpython-36.pyc
├─ out
│  ├─ pred_prophet_IOC.NS.csv
├─ README.md
├─ src
│  ├─ stock_price_IOC.NS.csv
└─ __pycache__
  └─ test.cpython-36.pyc

Source:

About

Simple stock prediction application to demonstrate prediction using fbprophet and integrating dcc and http requests.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages