All Projects → src-d → modelforge

src-d / modelforge

Licence: Apache-2.0 license
Python library to share machine learning models easily and reliably.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to modelforge

Datbase
[DEPRECATED] Open data sharing powered by Dat
Stars: ✭ 251 (+1294.44%)
Mutual labels:  registry, sharing
json-schema-js-gui-model
Handy gui model and associated translator that can be used to construct javascript UI forms from json-schemas
Stars: ✭ 19 (+5.56%)
Mutual labels:  model
oras
ORAS CLI
Stars: ✭ 672 (+3633.33%)
Mutual labels:  registry
schema-registry
📙 json & avro http schema registry backed by Kafka
Stars: ✭ 23 (+27.78%)
Mutual labels:  registry
cli
Autocode CLI and standard library tooling
Stars: ✭ 3,791 (+20961.11%)
Mutual labels:  registry
Windows10Tools
Tools for Windows 10
Stars: ✭ 45 (+150%)
Mutual labels:  registry
BMExport
一个 JSON 转 Objective-C,Swift class, Swift struct Model 属性的 Mac 小工具,【点击直接下载 https://github.com/liangdahong/BMExport/releases/download/2.0/BMExport2.0.dmg 】。
Stars: ✭ 22 (+22.22%)
Mutual labels:  model
modelsafe
A type-safe data modelling library for TypeScript
Stars: ✭ 13 (-27.78%)
Mutual labels:  model
openshift-disconnected-operators
No description or website provided.
Stars: ✭ 52 (+188.89%)
Mutual labels:  registry
tensorflow-stack-ts
TensorFlow.js Full-Stack Starter Kit
Stars: ✭ 33 (+83.33%)
Mutual labels:  model
crux.land
crux.land is a free registry service meant for hosting small (≤ 20kB) single deno scripts.
Stars: ✭ 50 (+177.78%)
Mutual labels:  registry
sttp-model
Simple Scala HTTP model
Stars: ✭ 30 (+66.67%)
Mutual labels:  model
zusam
Private groups to share messages, photos, videos, links with friends and family.
Stars: ✭ 79 (+338.89%)
Mutual labels:  sharing
registry
TLD Management Software
Stars: ✭ 32 (+77.78%)
Mutual labels:  registry
yii2-rest-client
REST client (AR-like model) for Yii Framework 2.0 (via yii2-http-client)
Stars: ✭ 19 (+5.56%)
Mutual labels:  model
FireSnapshot
A useful Firebase-Cloud-Firestore Wrapper with Codable.
Stars: ✭ 56 (+211.11%)
Mutual labels:  model
sregistry
server for storage and management of singularity images
Stars: ✭ 96 (+433.33%)
Mutual labels:  registry
seapy
State Estimation and Analysis in Python
Stars: ✭ 25 (+38.89%)
Mutual labels:  model
qucli
Manage repositories in Quay.io
Stars: ✭ 29 (+61.11%)
Mutual labels:  registry
react-custom-share
Social media share buttons for ReactJS. Use one of the built-in button themes or create a custom one from scratch.
Stars: ✭ 47 (+161.11%)
Mutual labels:  sharing

Modelforge docs on gitbook Build Status codecov PyPI

Modelforge is a foundation for sharing trained machine learning models. It is a set of command line tools and a Python library. Modelforge maintains model files in a third-party remote storage service ("cloud") using the backend mechanism. Model metadata (download links, names, descriptions, versions, etc.) resides in a Git repository called the "Index", and documentation is automatically generated there. Modelforge does no assumptions about the models: they can be of any origin, such as TensorFlow, scikit-learn, or your custom. The underlying model storage format - Advanced Scientific Data Format - can wrap any data easily and efficiently, but it's the developer's responsibility to convert.

Learn more about:

  • Why? - what problem Modelforge tries to solve.
  • Modelforge model - what is a model in Modelforge context.
  • Model storage format - low-level serialization details.
  • Backends - extension system to upload and download models from clouds.
  • Git Index - how documentation about the models is generated from the structured metadata.
  • Command line tools - how to perform typical operations.
  • API - Modelforge API for developers.

Who uses Modelforge?

Install

You can run Modelforge through Docker:

docker run -it --rm srcd/modelforge --help

or install it using the Python package manager:

pip3 install modelforge

Usage

The project exposes two interfaces: command line and API.

Contributions

Contributions are pretty much welcome! Please follow the contributions guide and the code of conduct.

If you wish to make your MLonCode model available in src-d/models, please fork that repository and run modelforge publish to upload your model on your fork. Then create a pull request. You should provide read access to the model file for everybody. If you consider using our Google Cloud Storage bucket, feel free to contact us through GitHub issues.

License

Apache 2.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].