This is an official repository of emloop - a lightweight framework for machine learning with focus on modularization, re-usability and rapid experimenting.
pip install emloop
- emloop is supported (and tested) on Arch Linux and Ubuntu (latest LTS and rolling) with Python 3.7 and 3.6, respectively.
- emloop will most likely work on Windows with Anaconda and Python 3.6 or 3.7 yet it is not tested regularly
emloop is meant to be extremely lightweight. For that reason the whole functionality is divided into various extensions with separate dependencies.
At the moment we support the following extensions:
- emloop-tensorflow - TensorFlow support
- emloop-rethinkdb - RethinkDB hook for training management with NoSQL (experimental)
All contributions are welcomed. Please read our contributor's guide.