Skip to content

tomorrow-paper/tomorrow-brain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tomorrow-brain

Tomorrow's Machine Learning module.

Quickstart

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published