eizen-nsga 1.0.3__py3-none-any.whl → 1.0.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
eizen_nsga/__init__.py CHANGED
@@ -8,7 +8,7 @@ Usage:
8
8
  result = model.predict("image.jpg")
9
9
  """
10
10
 
11
- __version__ = "1.0.3"
11
+ __version__ = "1.0.4"
12
12
 
13
13
  from .model import NASModel
14
14
 
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: eizen-nsga
3
- Version: 1.0.3
4
- Summary: Simple inference package for NSGA-Net trained models
3
+ Version: 1.0.4
4
+ Summary: Production-ready inference library for NSGA-Net neural architecture search models with support for computer vision, tabular data, and transformer models
5
5
  Home-page: https://github.com/eizen-ai/nsga-net
6
6
  Author: Eizen.ai Team
7
7
  Author-email: "Eizen.ai Team" <support@eizen.ai>
@@ -42,12 +42,16 @@ Requires-Dist: transformers >=4.0.0 ; extra == 'transformer'
42
42
 
43
43
  # eizen-nsga
44
44
 
45
- **Standalone** inference package for NSGA-Net trained models. Works just like ultralytics YOLO.
45
+ A production-ready inference package for NSGA-Net trained models with a YOLO-like API for seamless deployment.
46
46
 
47
- **Fully independent** - no external dependencies on NSGA-Net codebase
48
- ✅ **Simple API** - load model from ZIP or URL, run inference
49
- **PyPI ready** - publish and use anywhere
50
- **Supports URLs** - load models from HTTP, S3, GCS, and more
47
+ ## Features
48
+
49
+ - **Standalone Package**: Fully independent with no external dependencies on the NSGA-Net training codebase
50
+ - **Simple API**: Load models from ZIP files or URLs and run inference with minimal code
51
+ - **Remote Model Loading**: Supports HTTP, HTTPS, S3, GCS, and other remote storage backends
52
+ - **YOLO-Style Interface**: Familiar API design with class name mapping for easy integration
53
+ - **Multi-Task Support**: Handles classification and object detection tasks
54
+ - **Flexible Deployment**: Use locally, in containers, or cloud environments
51
55
 
52
56
  ## Installation
53
57
 
@@ -141,9 +145,9 @@ model.to("cuda")
141
145
 
142
146
  ## Supported Model Categories
143
147
 
144
- - **SOTA**: Computer vision models (YOLOv8, ResNet, EfficientNet backbones)
145
- - **NN**: Tabular data models (coming soon)
146
- - **Transformer**: LLM models (coming soon)
148
+ - **SOTA**: Computer vision models with YOLOv8, ResNet, and EfficientNet backbones (fully supported)
149
+ - **NN**: Tabular data models (planned)
150
+ - **Transformer**: Large language models (planned)
147
151
 
148
152
  ## Model ZIP Structure
149
153
 
@@ -1,4 +1,4 @@
1
- eizen_nsga/__init__.py,sha256=T3XKMNN2_ewjqX_imQH6q9TFafBTIyF0pkgj1OxPSX4,291
1
+ eizen_nsga/__init__.py,sha256=eOlGYOoanOzA-90a2E3REkVDKFsogjV-39EGMvou9Jw,291
2
2
  eizen_nsga/model.py,sha256=NC1gyGdh8uwfzpQ8pYPLHd3pLOvFxtGauD1nZN6zgm8,13728
3
3
  eizen_nsga/sota/__init__.py,sha256=3hyX_CR86TvV2RYQaES0FhZdtklUBu3DB7HAv1Z0yGo,525
4
4
  eizen_nsga/sota/detection_heads.py,sha256=Tx7qgqc0_BBtaIenxNHg_dIwbDHyOQz3QsamNEa9gX0,11206
@@ -8,8 +8,8 @@ eizen_nsga/sota/micro_encoding.py,sha256=LrhgzhgnGMP2Up7Uqy0zT5nedzefqDXl2HJ8YL2
8
8
  eizen_nsga/sota/micro_models.py,sha256=piLM6jt4LEiiQuox6AL6I-K0W0XcGLcL2qHWZgPbpvA,22062
9
9
  eizen_nsga/sota/micro_operations.py,sha256=3E2JL1eSzWYmtI4X9omBkocWcAoZslXdkIj8CS1h4dQ,8702
10
10
  eizen_nsga/sota/model_registry.py,sha256=lQQKUKCVWEQEql5mDZrlwRJEIVaqdokNWEEN4SWrnA0,17750
11
- eizen_nsga-1.0.3.dist-info/LICENSE,sha256=_HF_TY-jv6lFXR4QcG1iTnMYgDC3MfslE5S0OvUGlQA,1091
12
- eizen_nsga-1.0.3.dist-info/METADATA,sha256=2fcShxz-nwtnc6OU7_PQF2Vx32RPdgqwH4AubYJq8ls,5210
13
- eizen_nsga-1.0.3.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
14
- eizen_nsga-1.0.3.dist-info/top_level.txt,sha256=BPCkm-TWk4CpW-H-eKYfaa6KWJuepOHlKR3M5UhB4-4,11
15
- eizen_nsga-1.0.3.dist-info/RECORD,,
11
+ eizen_nsga-1.0.4.dist-info/LICENSE,sha256=_HF_TY-jv6lFXR4QcG1iTnMYgDC3MfslE5S0OvUGlQA,1091
12
+ eizen_nsga-1.0.4.dist-info/METADATA,sha256=70kSxU5hnbkBYVx1kbj0WNTPwvvzvuFNArMK8dAShCw,5650
13
+ eizen_nsga-1.0.4.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
14
+ eizen_nsga-1.0.4.dist-info/top_level.txt,sha256=BPCkm-TWk4CpW-H-eKYfaa6KWJuepOHlKR3M5UhB4-4,11
15
+ eizen_nsga-1.0.4.dist-info/RECORD,,