This is the official code repository for the book Real-Time Machine Learning by Patrick Deziel and Prema Roman.
We recommend that you create a virtual environment before installing any dependencies.
python -m venv venv
source venv/bin/activate
Run the following command to install all the dependencies for the code in this repository.
python -m pip install -r requirements.txt