Running a simple Recurrent model on
-
Stock data provided by IEX Cloud. You will need the API Token from that website to be passed in with
--IEX_token=
along with the config file with--config_file
. -
Currency data provided by https://pkgstore.datahub.io
How to run:
python main.py --config_file=./configs/config_ticker.json --IEX_token=<>
python main.py --config_file=./configs/config_currency.json
What to install:
python -m pip install -r requirements.txt
Go crazy.