python program for gatherign tickers, stock data aggregation, and machine learning
Python 3
Pip
Virtualenv
Setup virtual environment with python 3 flagged
virtualenv -p python3 pyfinance
Change directory into virtual environment and activate
cd pyfinance/ && source bin/activate
Clone repo into virtual environment
git clone https://github.com/CCecilia/pyfinance.git
Change to root project directory
cd pyfinance
Install dependencies from requirements.txt
pip install -r requirements.txt
Gather ticker data
python pyfinance_data_gathering.py
Gather company data and generate heat map
pyfinance_data_visualizing.py
Train maching and test
pyfinance_machine_learning.py
- Christian Cecilia - Initial work
This project is licensed under the MIT License - see the LICENSE.md file for details
- SentDex for making an amazing tutorials