/cast

crypto demand forecasting

Primary LanguagePython

Demand forecasting for crypto using Facebook's prophet, Binance API with real time Web UI using bokeh

Usage

  1. Clone the repo
git clone git@github.com:kualta/cast
cd cast
  1. Install the dependencies
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
  1. Start the bokeh server
bokeh serve --show .

This will open a new window in your browser with the plot, start adjusting the parameters to refit the model

image