Metadata-Version: 2.1
Name: incendio
Version: 0.3.2
Summary: A mini-library of PyTorch utilities, wrappers, and miscellaneous tools for deep learning.
Home-page: https://github.com/hdmamin/incendio
Author: Harrison Mamin
Author-email: hmamin55@gmail.com
License: Apache Software License 2.0
Keywords: PyTorch,deep learning,machine learning
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: boto3
Requires-Dist: matplotlib
Requires-Dist: mmh3
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: spacy
Requires-Dist: tabulate
Requires-Dist: textblob
Requires-Dist: torch
Requires-Dist: tqdm
Requires-Dist: htools
Provides-Extra: gg
Requires-Dist: accio; extra == 'gg'

# Incendio
> A mini-library of PyTorch utilities, wrappers, and miscellaneous tools for deep learning.


## Install

`pip install incendio`

## Documentation

https://hdmamin.github.io/incendio/


