Skip to content

MarcinWylot/CryptocurrencyPricePredictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptocurrencyPricePredictor

The api predicst actually price , which is easier for wisualization, predicting movement (-1 down +1 up 0 still) can bu acieved simply by substractign the predictions from the last price (of an avg of last 1-2-3-n prices) and extracgin sign.

docker build -t <your-rest-api-docker-image> .
docker run -t <your-rest-api-docker-image> -d
curl http://<DOCKER-IP>:5000/predict?coin=BTC

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages