Metadata-Version: 2.4
Name: jrjModelRegistry
Version: 1.0.20
Summary: True way to save and serve python models
Author-email: Jason Jafari <me@jasonjafari.com>
License: MIT
Project-URL: Documentation, https://github.com/JRJSolutions/jrjModelRegistry/blob/main/README.md
Project-URL: Source, https://github.com/JRJSolutions/jrjModelRegistry
Project-URL: Tracker, https://github.com/JRJSolutions/jrjModelRegistry/issues
Keywords: machine learning,model,saving,serving
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# jrjModelRegistry

**jrjModelRegistry** is a lightweight and flexible Python library for saving, versioning, and serving machine learning models.

- 📦 Store models in **S3-compatible storage** with **ZIP encryption**
- 🗃️ Track metadata in **MongoDB**
- ⚡ Dynamically serve models using built-in **FastAPI routes and dashboard**
- ✅ Works with any Python object (models, transformers, even DataFrames)

> Simple enough for small projects, powerful enough for production.

---

📖 [Read the Docs](https://jrjmodelregistry.super.site)
📦 [View on PyPI](https://pypi.org/project/jrjModelRegistry/)
⭐ [Star on GitHub](https://github.com/JRJSolutions/jrjModelRegistry)


[![Docs](https://img.shields.io/badge/docs-available-brightgreen)](https://jrjmodelregistry.super.site)

## 📚 Documentation

Looking for usage examples, API details, and setup guides?

👉 **Full documentation is available here**:
[https://jrjmodelregistry.super.site](https://jrjmodelregistry.super.site)





