Skip to content

andrewpurves8/crypto-price-predictor

Repository files navigation

Crypto Price Predictor

This project trains and uses a TensorFlow model to predict crypto prices.

Setup

Install TensorFlow

Follow this guide.

Install python-dotenv

pip install python-dotenv

Create .env file

Create a file called .env in the root directory in the following format:

BINANCE_API_KEY="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
BINANCE_API_SECRET="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"

Install python-binance

pip install python-binance

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published