Skip to content

kvlsky/interactive-bitcoin-price-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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