frenchie4111 / dumbrain

All my random AI/ML projects in one place
6 stars 4 forks source link

Dumbrain

A place to put all my random projects and tools for ai/ml/rl stuff

Python module

This project is designed as an installable python module so that you can easily use some of the built in tools.

pip install -U git+git://github.com/frenchie4111/dumbrain.git
from dumbrain.lib.download import downloadAndUnzip
downloadAndUnzip( 'http://aiml.mikelyons.org/datasets/sonic/Sonic%20Roms.zip', 'data/roms/' )

Subdirectories