warren
Web app to predict closing stock prices in real time using Facebook's Prophet time series algorithm with a multi-variate, single-step time series forecasting strategy.
File Explorer
Download Latest Version (.zip)- future-forecast.ipynb
- Modelling-with-prophet.ipynb
- bootstrap.min.css
- font-awesome.min.css
- style.css
- Monoton-Regular.ttf
- OFL.txt
- OFL.txt
- PressStart2P-Regular.ttf
- LICENSE.txt
- RobotoMono-Bold.ttf
- RobotoMono-BoldItalic.ttf
- RobotoMono-Italic.ttf
- RobotoMono-Light.ttf
- RobotoMono-LightItalic.ttf
- RobotoMono-Medium.ttf
- RobotoMono-MediumItalic.ttf
- RobotoMono-Regular.ttf
- RobotoMono-Thin.ttf
- RobotoMono-ThinItalic.ttf
- main.css
- util.css
- fb_forecast_30_day_validation.png
- googl_forecast_30day_validation.png
- main_page.png
- msft_forecast_30day_validation.png
- index.html
- output.html
- __init__.py
- utilities.py
- views.py
- .gitignore
- __init__.py
- LICENSE
- README.md
- REQUIREMENTS.txt
- runserver.py
# Installation Guide
1. Get the code
git clone https://github.com/nityansuman/warren
Downloads the entire project code from GitHub to your computer.
cd warren
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
$ pip install -r REQUIREMENTS.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
