Metadata-Version: 2.1
Name: complaintClassify
Version: 0.0.9
Summary: Classification of consumer complaint.
Home-page: https://github.com/KrSiddhartha/MLPipeline/
Author: KumarSiddhartha
Author-email: kr.siddhartha91@gmail.com
License: BSD-3
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: ==3.8.5
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: gensim (==4.1.2)
Requires-Dist: neptune-client (==0.14.3)
Requires-Dist: neptune-tensorflow-keras (==0.9.9)
Requires-Dist: nltk (==3.6.7)
Requires-Dist: numpy (==1.19.5)
Requires-Dist: pandas (==1.4.0)
Requires-Dist: pydantic (<1.9.0,>=1.8.1)
Requires-Dist: PyYAML (==6.0)
Requires-Dist: scikit-learn (==1.0.2)
Requires-Dist: seaborn (==0.11.2)
Requires-Dist: strictyaml (==1.6.1)
Requires-Dist: tensorflow-cpu (==2.4.0)

This is a Machine Learning Pipeline for "Consumer Complain" classifier that takes complaint as input and then classifies it
as one of the available classification categories.

Change Log
==========

0.0.1 (04/02/2022)
------------------
- First Release

0.0.2 (04/02/2022)
------------------
- Bug fixes

0.0.3 (04/02/2022)
------------------
- Bug fixes

0.0.4 (04/02/2022)
------------------
- Bug fixes

0.0.5 (07/02/2022)
------------------
- Bug fixes

0.0.6 (07/02/2022)
------------------
- Bug fixes

0.0.7 (09/02/2022)
------------------
- Bug fixes

0.0.8 (09/02/2022)
------------------
- Requirements bug fix

0.0.9 (09/02/2022)
------------------
- Tensorflow version change



