Metadata-Version: 2.1
Name: summ
Version: 0.0.1
Summary: Summ provides intelligent question-answering and search capabilities across user interivew transcripts.
Project-URL: Documentation, https://github.com/yasyf/summ#readme
Project-URL: Issues, https://github.com/yasyf/summ/issues
Project-URL: Source, https://github.com/yasyf/summ
Author-email: Yasyf Mohamedali <yasyfm@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Requires-Dist: joblib
Requires-Dist: langchain
Requires-Dist: metrohash
Requires-Dist: openai
Requires-Dist: pinecone-client
Requires-Dist: redis-om
Requires-Dist: redis[hiredis]
Requires-Dist: termcolor
Requires-Dist: tiktoken
Description-Content-Type: text/markdown

# Summ

[![PyPI - Version](https://img.shields.io/pypi/v/summ.svg)](https://pypi.org/project/summ)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/summ.svg)](https://pypi.org/project/summ)

-----

Summ is an open-source product that utilizes ChatGPT to provide intelligent question-answering and search capabilities across user transcripts. It allows users to easily surface insights and summarize facts across various dimensions such as department, industry, and role. With the help of natural language processing, the tool can understand and respond to complex questions and queries, making it easy for users to find the information they need.

**Table of Contents**

- [Summ](#summ)
  - [Installation](#installation)
  - [License](#license)

## Installation

```console
pip install summ
```

## License

`summ` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
