Crypto Predictor

Crypto Predictor is an application that generates financial recommendations for cryptocurrencies using Machine Learning models to predict cryptocurrency prices.

This prediction does not take BTC into account, and the price of the other coins is measured in BTC. This is done to avoid BTC price volatility.

By running the code, the application will automatically extract, predict and send email with the final recommendations. See example:

img

Getting Started

1. Clone Repo

git clone https://github.com/andrebrener/crypto_predictor.git

2. Install Packages Required

Go in the directory of the repo and run: pip install -r requirements.txt

3. Insert Constants

In constants.py you can define:

4. Insert Google Data

You will need credentials for google drive, gmail and google trends. For this you have to:

5. Get Recommendations

Disclaimer

This application was created for informational purposes only and is not a sure-fire profit machine. I am in no way responsable for what the application recommends, so please use it at your own risk.

The Crypto market is very volatile and still in development, meaning that both the market and the application may fail at any time.