Using Long Short-Term Memory (LSTM) and Transformers Models to predict future prices of RUNE/USDT using historical data and technical indicators like SMA, EMA, MACD, and RSI.
Binance API for RUNE/USDT data
To learn more about the Binance API and how to create API keys, visit: Binance API Documentation
-
Clone the repository:
git clone https://github.com/quelstriless/LSTM-Crypto-Price-Prediction.git cd LSTM-Transformers-PricePredictionComparison -
Create a virtual environment and activate it:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
- Ensure you have your Binance API keys.
- Edit the script to include your API keys.
- Run the script:
python LTSM-Model.py
- Ensure you have your Binance API keys.
- Edit the script to include your API keys.
- Run the script:
python Transformers-Model.py
The above plot shows the predicted future prices of RUNE/USDT.
This project is licensed under the MIT License - see the LICENSE file for details.

