- Notifications
You must be signed in to change notification settings - Fork16
sowmyagowri/Stock-Price-Prediction
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Learn about the product at:https://www.youtube.com/watch?v=jAdHvbbOOYs
Demo of our Project is at:https://www.youtube.com/watch?v=k9y4nsVdkIE&feature=youtu.be
A web based product using machine learning models to predict future stock values based on the historical values.
FB Prophet
Python for backend
Flask framework for integration of frontend and backend
JavaScript frame work with CSS and HTML for front end
Dygraphs for plotting
- Clone the github and goto the folder
$git clonehttps://github.com/SJSU272LabF17/Project-Team-6
$cd ./Project-Team-6/ - create a virtual environment with python3
$virtualenv -p /usr/local/bin/python3 Dependencies - Activate the virtual environment
$source Dependencies/bin/activate - Install dependencies numpy, scipy, requests, pyyaml, tensorflow, keras
$pip install -r requirements.txt - Run "Stock Market Prediction/prophet.py" -- this starts the http server using python flask
- Open the port on browser and use the site.
Site available at:http://13.57.46.92:5000/
In homepage, when the company ticker symbol is given, it fetches real time data using yahoo finance api.
Once in a while, an error comes in retrieving data from yahoo finance as they check for captcha to make sure no automated system is using their data.
In that case, just go back to the homepage and try again.
The machine learning model tries to for the entire time period, predicting the data at each step using the previous data and learning from it. This helps in predicting the anamolies over the years.
In the graph below, the blue line was the prediction based on previous data at every point. And green line is the original closing stock values. In the site, the graph is interactive, drag to zoom into particular period. Double-click to zoom out.
You can also get company information and finance news in the second page.
About
A group project for CMPE272 at SJSU
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.