project
Crypto Price Predictor
Cryptocurrency price prediction with machine learning
Experimenting with cryptocurrency price predictions using sequential models and LSTM.
For this small project, I used Python to build a multi-layered machine learning model that made use of the Yahoo! Finance data to predict the next day of financial data.
I also built a Telegram bot that, along side the main script, would be able to send a message which consists of a single prediction made by the model.
I plan to turn this into a Cryptocurrency day trading bot once I find the time to do so.