aigarmic

View on PyPIReverse Dependencies (0)

1.0.0 aigarmic-1.0.0-py3-none-any.whl

Wheel Details

Project: aigarmic
Version: 1.0.0
Filename: aigarmic-1.0.0-py3-none-any.whl
Download: [link]
Size: 42218
MD5: 6d6ee26acfb6fdaf0a900fe9391b5911
SHA256: efd968a147fd416915570e4e2e4cdd34f412fe48fd3c8309ae7cd309ac3bf1ed
Uploaded: 2024-04-02 14:21:10 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: aigarmic
Version: 1.0.0
Summary: Machine-learning assisted agar dilution MIC
Author: Alessandro Gerada
License: GPL-3.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.9,<3.11
Requires-Dist: imutils (>=0.5)
Requires-Dist: matplotlib (>=3.6)
Requires-Dist: numpy (>=1.26)
Requires-Dist: opencv-python (>=4.9)
Requires-Dist: pytest (>=8.1)
Requires-Dist: scikit-learn (>=1.4)
Requires-Dist: sphinx (>=7.2)
Requires-Dist: sphinx-argparse (<0.5.0,>=0.4.0)
Requires-Dist: tensorflow (<=2.15,>=2.11); platform_system != "Darwin" and platform_machine != "arm64"
Requires-Dist: tensorflow-macos (<=2.15,>=2.11); platform_system == "Darwin" and platform_machine == "arm64"
Description-Content-Type: text/markdown
[Description omitted; length: 1622 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
aigarmic/__init__.py sha256=8mSaEtqg_1KFUCarKIraJIymWegOZ2-K7FmZJAeH0zU 725
aigarmic/_img_utils.py sha256=1qI2WrCXsbHaMvbMrY_Saq2V8BhOL_KxdKNol2vhDTk 4315
aigarmic/_nn_design.py sha256=G9H0jA-N0Kyx867liqwzUpCdFYJFxIXu68RjfxjU5co 2635
aigarmic/clean_up_annotations.py sha256=w3ofIHY7bDP08WTeRvMWene3YiWOkY6PMNdnzCYhNjc 1766
aigarmic/file_handlers.py sha256=RLZ168beGU0qToBjdURDsgNPzmYT7YUMsnYmVRYWjTE 7370
aigarmic/main.py sha256=NYzlOerdNIOkyQ5PSjukUgdRUCdvYVGkt7JFILd7JyM 7386
aigarmic/manual_annotator.py sha256=2SKDNIc2q_lGsSjdufiFSFSjcJbe8hb5sVClMZw5n9o 3601
aigarmic/model.py sha256=cxy5fYsaCVsmMW1jUZvf2AnJuLxPrq1B3F164cWo4RE 8270
aigarmic/model_performance.py sha256=nIA_vUW9wvZBJvSrhJ8CWYCoh1LWf5VhOqzhTgKy6TU 3324
aigarmic/plate.py sha256=zL7xG5txIFVWm6a43OO9ynKgIIq2EWXK80K8H9c1XS8 29130
aigarmic/process_plate_image.py sha256=sff5eh842_JxMu89MfukvLWSDLVGMm1jxVuTjhZG5P0 4100
aigarmic/rename_images.py sha256=wiMOAiRBXe6gwDeFB-hjj684Cd47iBsKbCcJzh0zhAY 2025
aigarmic/train.py sha256=1Qfw3krHW5TEP6mdQUbvamjCbhn9Us22cvXMZ_rtLcs 8898
aigarmic/train_modular.py sha256=0OqKgVfsAnx6FAfvQ_Q7A8iHumoMwgQFQH3MH1mwnVw 5899
aigarmic-1.0.0.dist-info/LICENSE sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY 35149
aigarmic-1.0.0.dist-info/METADATA sha256=yEBUTnxZzefgH9Yg9tGU8fTCv2sMKGarmsM-odJx4CM 2556
aigarmic-1.0.0.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
aigarmic-1.0.0.dist-info/entry_points.txt sha256=Ww7Xx9RZuYovLwfpKYizJA9fxZvjUPZeQP68hsLVnJQ 285
aigarmic-1.0.0.dist-info/RECORD

entry_points.txt

AIgarMIC = aigarmic.main:main
clean_up_annotations = aigarmic.clean_up_annotations:main
manual_annotator = aigarmic.manual_annotator:main
model_performance = aigarmic.model_performance:main
rename_images = aigarmic.rename_images:main
train_modular = aigarmic.train_modular:main