Metadata-Version: 2.1
Name: torchapp
Version: 0.1.29
Summary: A wrapper for fastai projects to create easy command-line inferfaces and manage hyper-parameter tuning.
Home-page: https://github.com/rbturnbull/torchapp
License: Apache-2.0
Author: Robert Turnbull
Author-email: robert.turnbull@unimelb.edu.au
Requires-Python: >=3.8,<3.12
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: Pillow (>=9.0.1,<10.0.0)
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: click (==8.0.4)
Requires-Dist: cookiecutter (>=2.1.1,<3.0.0)
Requires-Dist: fastai (>=2.5.3,<3.0.0)
Requires-Dist: mlflow (>=1.25.1,<2.0.0)
Requires-Dist: numpy (>=1.22.0,<2.0.0)
Requires-Dist: optuna (>=2.10.0,<3.0.0)
Requires-Dist: pandas (>=1.3.5,<2.0.0)
Requires-Dist: pybtex (>=0.24.0,<0.25.0)
Requires-Dist: pybtexnbib (>=0.1.1,<0.2.0)
Requires-Dist: pyjwt (>=2.4.0)
Requires-Dist: rich (>=10.16.1,<11.0.0)
Requires-Dist: scikit-learn (>=1.0.2,<2.0.0)
Requires-Dist: scikit-optimize (>=0.9.0,<0.10.0)
Requires-Dist: scipy (>=1.9.1,<2.0.0)
Requires-Dist: torch (>=1.12.1,<2.0.0)
Requires-Dist: torchvision (>=0.13.1,<0.14.0)
Requires-Dist: typer (>=0.4.0,<0.5.0)
Requires-Dist: wandb (>=0.12.9,<0.13.0)
Project-URL: Documentation, https://rbturnbull.github.io/torchapp/
Project-URL: Repository, https://github.com/rbturnbull/torchapp
