Skip to content

rodrigo-brito/ml-bitcoin-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ml-bitcoin-prediction

Bitcoin value prediction by machine learning (Logistic regression).

🚧 WORK IN PROGRESS 🚧

Crawler

The Golang crawler saves criptocurrencies values, euro and dolar each 15 minutes:

  • docker pull rodrigobrito/crawler-btc
  • docker docker run -v$(pwd)/data:/go/src/crawler/data rodrigobrito/crawler-btc -d

Crawler information:

  • Bitcoin
  • Ethereum
  • IOTA
  • Ripple
  • Dolar
  • Euro
  • Nasdaq
  • Bovespa

Libraries

  • Golang
    • GoCron - github.com/jasonlvhit/gocron
    • GoHTTPClient - github.com/ddliu/go-httpclient
  • Python
    • Pandas
    • Numpy
    • Keras
    • Tensorflow

Releases

No releases published

Packages

No packages published