This project trains and uses a TensorFlow model to predict crypto prices.
Follow this guide.
pip install python-dotenv
Create a file called .env
in the root directory in the following format:
BINANCE_API_KEY="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
BINANCE_API_SECRET="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
pip install python-binance