aigarmic

View on PyPIReverse Dependencies (0)

1.1.1 aigarmic-1.1.1-py3-none-any.whl

Wheel Details

Project: aigarmic
Version: 1.1.1
Filename: aigarmic-1.1.1-py3-none-any.whl
Download: [link]
Size: 43034
MD5: 134e9c99a5246b52feda6fbe8fbe4ee8
SHA256: c693a67be327a493b272ff261178238dc262f545a2f1ae43849c688d9ed22a43
Uploaded: 2024-06-27 16:38:56 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: aigarmic
Version: 1.1.1
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); platform_machine != "arm64"
Requires-Dist: tensorflow-macos (==2.15); platform_system == "Darwin" and platform_machine == "arm64"
Description-Content-Type: text/markdown
[Description omitted; length: 2652 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=pqN93-QYMC30Wy8z5MmM6HaO9la38Lkd4adJ-DtW3Zk 4402
aigarmic/_nn_design.py sha256=C-brPzI7-01CRHMdfuxqgmc9pOpNrxuDFUct_sAA6po 2735
aigarmic/clean_up_annotations.py sha256=4Qn3tCh8xWNLUGmuc_-6A8BHAO52ztNftq5Br_pCfVQ 1838
aigarmic/file_handlers.py sha256=XQvJLzpeUPH98H9UamnmA3BM4Bm1S6Ja5Vi4cW64vhI 7486
aigarmic/main.py sha256=C16rLJ_RYdK95VXqd6q_5m3_044ZnIfVllncHLhZcIE 8016
aigarmic/manual_annotator.py sha256=fQZWT6sNMRAvF6I2wFL4XK9jzYp5d0qNEhyOBk6gQQ0 3680
aigarmic/model.py sha256=PYOhNgI6RZ70c_VvzdmttGhgBae4pDV5ODitN94HQjw 8113
aigarmic/model_performance.py sha256=ivIl9BpJpzyZLUeuuqWaCxYqHe3u45Wg5lpHxiCZe0U 3353
aigarmic/plate.py sha256=_9sycaaiwHkyOmdRvbYQaPqQFfBakxuOXz9rPj5fk8k 29572
aigarmic/process_plate_image.py sha256=zZu04I8Z4fb_xdaYoJVCKFMw8h9enGo2HAT2Sa5ML_I 4473
aigarmic/rename_images.py sha256=wiMOAiRBXe6gwDeFB-hjj684Cd47iBsKbCcJzh0zhAY 2025
aigarmic/train.py sha256=YAmjoLI5dmOaDAN2XPLOcGBy4J5ggM2kPnUAA8XEGL4 9265
aigarmic/train_modular.py sha256=PKg8LaoMsZ4VDUUKZC-i29gaRWOunz-cnaf2zVqktCA 5969
aigarmic-1.1.1.dist-info/LICENSE sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY 35149
aigarmic-1.1.1.dist-info/METADATA sha256=sbaGhIRc4JFlOKjhjhIYfIJmfsGFN1jHk4AlY9eEer8 3540
aigarmic-1.1.1.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
aigarmic-1.1.1.dist-info/entry_points.txt sha256=Ww7Xx9RZuYovLwfpKYizJA9fxZvjUPZeQP68hsLVnJQ 285
aigarmic-1.1.1.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