Application deployed on Heroku https://nameless-stream-51270.herokuapp.com/
-
Home page contains graphical representation of bitcoin network ( D3 and NetworkX ). try some sample User Hashes to test: 1XPTgDRhN8RFnzniWCddobD9iKZatrvH4 1HWXiebefL1r7T1YKFNtLXfAKJh5Jf2NZR
-
Classifcation page-Azure Machine learning model to predict increase and decrease in bitcoin price.
-
Prediction- Bitcoin price prediction using Azure Machine learning.
###Steps to run code on local
pip install virtualenv
###starting venv
virtualenv ENV source ENV/bin/activate
###Installing from requirement.txt
pip install -r requirements.txt
###Start Flask Application python routes.py