Tomorrow
's Machine Learning module.
tomorrow-brain
relies on TensorFlow
as a ML backend. You can use the tomorrow-docker
Docker image to easily setup the required runtime.
$ docker pull mrkloan/tomorrow
$ docker run --name tomorrow -v $TOMORROW_BRAIN_PATH:/src -td mrkloan/tomorrow bash
$ docker exec -it tomorrow bash
# You're now inside the Docker container
$ cd /src # Move to the source folder
$ python3 models/*.py # Regenerate all the models
$ cargo test # Test the library