/techbridge_datascience

Interactive datascience lessons for the Techbridge Girls program

Primary LanguageJupyter NotebookMIT LicenseMIT

techbridge_datascience

Binder

Interactive datascience lessons for the Techbridge Girls program

You can learn more about the underlying algorithms at Google AI's Teaching Machines to Draw and Dan Macnish's Draw This

Douglas Eck also gave a great talk on the Magenta project at Google I/O '17

Install

You can setup the environment to run these lessons locally using conda and the envrionment.yml file:

conda env create -f environment.yml

magenta depends on a rtimidi package that may require manual install of headers for some sound libraries on your local system. On Linux:

sudo apt-get install build-essential libasound2-dev libjack-dev