- Before starting, make sure you have the dependencies installed:
python3 -v- Then install the project dependencies:
pip install -r requirements.txt- Then, clone the project to your local machine and happy developing!
git clone https://github.com/michaelc143/nba-ml.git- This project is also containerized, to build and run the container locally run the following command:
nba-ml % docker build -t nba-ml .
docker run -it nba-mlWritten by: Michael Corbishley