Metadata-Version: 2.1
Name: zeroshot-topics
Version: 0.1.0
Summary: Topic Inference with Zeroshot models
Home-page: https://github.com/_/zeroshot_topics
Author: AnjanaRita
Author-email: ritaanjana1993@gmail.com
Maintainer: AnjanaRita
Maintainer-email: ritaanjana1993@gmail.com
License: MIT/Apache-2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE-APACHE
License-File: LICENSE-MIT
Requires-Dist: attrs (==20.3.0)
Requires-Dist: nltk (==3.6.5)
Requires-Dist: keybert (==0.5.0)
Requires-Dist: transformers (==4.11.0)

zeroshot_topics
===============

.. contents:: **Table of Contents**
    :backlinks: none

Installation
------------

zeroshot_topics is distributed on `PyPI <https://pypi.org>`_ as a universal
wheel and is available on Linux/macOS and Windows and supports
Python 3.7+ and PyPy.

.. code-block:: bash

    $ pip install zeroshot_topics

License
-------

zeroshot_topics is distributed under the terms of

- `MIT License <https://choosealicense.com/licenses/mit>`_
- `Apache License, Version 2.0 <https://choosealicense.com/licenses/apache-2.0>`_


