warren

(β˜… 359)

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.

  • .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 Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
$ 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