Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 449 Bytes

File metadata and controls

22 lines (16 loc) · 449 Bytes

Interactive Machine Learning: ws2020-group-2

Project: AI in Finance

Commit rules:

Having such milestones/phases as:

  • Feature Engineering
  • LSTM
  • ARIMA
  • Prophet
  • UI
  • Server
  • Documentation
  • Code validation

Flask API

  1. cd interactive-bitcoin-price-prediction/
  2. install all dependencies pip install -r requirements.txt
  3. start server using bash start_server.sh or ./bash start_server.sh