Flask API which handles training models with continuously updated spot pricing history and returning predictions for a given spot instance. The date range of predictions is from the last data point provided to 30 days ahead.
$ python -m venv venv
-
- Windows:
$ ./venv/Scripts/activate
- Linux/Mac OS:
$ source venv/bin/activate
- Windows:
$ pip install -r requirements.txt