gyb-classification-model 0.1.4__py3-none-any.whl → 0.1.5__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gyb-classification-model
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: ML classification models package
5
5
  Home-page: https://github.com/GreenBills/GYB-Classification-Model
6
6
  Author: Hrutik-M
@@ -23,22 +23,26 @@ Dynamic: requires-dist
23
23
  Dynamic: requires-python
24
24
  Dynamic: summary
25
25
 
26
- GYB Classification Model
26
+ # GYB Classification Model
27
27
 
28
- gyb_classification_model is a Python package for classifying medical documents.
29
- It provides a simple interface so you can run predictions directly on raw text.
28
+ `gyb_classification_model` is a Python package for classifying medical documents. It provides a simple interface so you can run predictions directly on raw text.
30
29
 
31
- 📦 Installation
30
+ ## 📦 Installation
31
+
32
+ ```bash
32
33
  pip install gyb-classification-model
34
+ ```
33
35
 
36
+ ## 🚀 Usage
34
37
 
35
- 🚀 Usage
38
+ ```python
36
39
  from gyb_classification_model import predictor
37
40
 
38
41
  text = '''
39
- 18 19 20 L.HAIG BEMBRY SIDER,JEFFREY # 3 Left Shoulder Arthroscopy 7/24/2025
40
- '''
42
+ 18 19 20 L.HAIG BEMBRY SIDER,JEFFREY # 3 Left Shoulder Arthroscopy 7/24/2025
43
+ '''
41
44
 
42
- predictor = predictor.predict_text(text)
45
+ prediction = predictor.predict_text(text)
43
46
 
44
- print(predictor)
47
+ print(prediction)
48
+ ```
@@ -1,6 +1,6 @@
1
1
  gyb_classification_model/__init__.py,sha256=BmCaBc8PZ9FMpP_7QvJs9F5X-qLhLw5BpixkryN4eq4,36
2
2
  gyb_classification_model/predictor.py,sha256=PxUeh8zOqWNgrMdqrAArfOEd8DUxFDIg1_Nf-5lZ0eQ,4323
3
- gyb_classification_model-0.1.4.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
3
+ gyb_classification_model-0.1.5.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
4
4
  models/MedicalReportClassifierV8.pkl,sha256=pT3xqcyoRI4seHIYtozuMGOdluYw6tfmVxXRknA381o,12888713
5
5
  models/MedicalReportLabelMapV8.pkl,sha256=5p2v7I83PhtQiV5Ph3_RhTRvHx9k5S3L4fBkY2gpC2M,688
6
6
  models/MedicalReportVectorizerV8.pkl,sha256=K54rv89ap0RaZiNoSow3k923ifh8UL_DpsMx-DPvd1Q,945818
@@ -10,7 +10,7 @@ models/OnlyDeliverSlipPharmOrderlabel_mapV4.pkl,sha256=4kcube3Wp1YPPm-13j-p4jEWA
10
10
  models/label_mapV27.pkl,sha256=ovZqFLzel6qObDBnb2qcMQdagvN10hITXdGOroJEjug,482
11
11
  models/textClassificationModelV27.pkl,sha256=5IsEdK3X7e0rSD31DXrayGPyY0MtPxY-I5Mx8mB8Dms,1319642
12
12
  models/vectorizerV27.pkl,sha256=JPlXD1ZZ8iQVpv3DPOm_xm1C1DdMTydreJWNeSTR_Fg,7893843
13
- gyb_classification_model-0.1.4.dist-info/METADATA,sha256=1m3FV1LNyIlgY11W28HE43ZtArBLr0qcn_WPDUrTpXI,1136
14
- gyb_classification_model-0.1.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
- gyb_classification_model-0.1.4.dist-info/top_level.txt,sha256=epvMQ2IrnBRlZuewbS8jG-nrwUbVNSJG63tCXePnu1U,25
16
- gyb_classification_model-0.1.4.dist-info/RECORD,,
13
+ gyb_classification_model-0.1.5.dist-info/METADATA,sha256=tKeezggBnCxhhevg_i0wk-kxI3LWB1sSqiIXK4JICfY,1167
14
+ gyb_classification_model-0.1.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
+ gyb_classification_model-0.1.5.dist-info/top_level.txt,sha256=epvMQ2IrnBRlZuewbS8jG-nrwUbVNSJG63tCXePnu1U,25
16
+ gyb_classification_model-0.1.5.dist-info/RECORD,,