Metadata-Version: 2.1
Name: jaffalearn
Version: 0.2.0
Summary: A PyTorch-based ML framework with a focus on audio classification problems
Home-page: https://github.com/tqbl/jaffalearn
License: ISC
Author: Turab Iqbal
Author-email: t.iqbal@surrey.ac.uk
Requires-Python: >=3.8,<3.11
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: numpy (>=1.21.4,<2.0.0)
Requires-Dist: pandas (>=1.3.4,<2.0.0)
Requires-Dist: tensorboard (>=2.7.0,<3.0.0)
Requires-Dist: torch (>=1.8.1,<2.0.0)
Requires-Dist: torchaudio (>=0.8.1,<0.9.0)
Requires-Dist: tqdm (>=4.62.3,<5.0.0)
Project-URL: Repository, https://github.com/tqbl/jaffalearn
