Skip to content

Python API pandas_datareader is used to download data from Yahoo finance. The primary dataset collected from API is stored in a pandas dataframe. The web application is built on Flask framework using python flask libraries. The App.py provides the user interface for the stock prediction analysis. Prophet model is used to predict the future stock…

Notifications You must be signed in to change notification settings

pragya1010/Python-project---Stock-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python API pandas_datareader is used to download data from Yahoo finance. The primary dataset collected from API is stored in a pandas dataframe. The web application is built on Flask framework using python flask libraries. The App.py provides the user interface for the stock prediction analysis. Prophet model is used to predict the future stock prices . Prophet was designed by Facebook - an open source library based on decomposable (trend + seasonality + holidays) models.

  1. Project_oop.py - Stock analysis backend.
  2. App.py - provides user interface for project_oop.py file
  3. Data folder - To store all historical data for each company.
  4. Static - to store static css pages.
  5. Templates - html pages for user interface

About

Python API pandas_datareader is used to download data from Yahoo finance. The primary dataset collected from API is stored in a pandas dataframe. The web application is built on Flask framework using python flask libraries. The App.py provides the user interface for the stock prediction analysis. Prophet model is used to predict the future stock…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published