An open source neural network versioning system designed to separate model management functions and computationally expensive training operations.
- Fetch, update, and publish models from anywhere
- Track metrics
- Manage model history on the web
- Add team members, make contributions
>>> localModel = nnc.download(modelName)
>>> nnc.showHistory(project)
>>> nnc.update(modelname, localModel)