Skip to content

Latest commit

 

History

History
37 lines (18 loc) · 676 Bytes

README.md

File metadata and controls

37 lines (18 loc) · 676 Bytes

stock_price_prediction

Stock price prediction based on machine learning

Projects code based on sentdex Tutorial https://pythonprogramming.net/getting-stock-prices-python-programming-for-finance/

Checkout his website! I am grateful for all your critics, comments and improvement suggestions!

PREREQUISITES:

  • pip
  • python

Clone repository:

git clone https://github.com/syikmis/stock_price_prediction.git

Setup virtual environment virtual env:

~$ virtualenv -p python3 venv

~$ source venv/bin/activate

Install packages:

~$ pip install -r /path/to/requirements.txt

Start program from shell:

~$ cd stock_price_prediction

~$ python3 -m src.main