Metadata-Version: 2.1
Name: summ
Version: 0.0.3
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.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.11
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: retry
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 uses ChatGPT to provide intelligent question-answering and search capabilities across user transcripts!

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.

A tool by @markiewagner and @yasyf.

## Installation

```console
pip install summ
```

You'll need an instance of [Redis Stack](https://redis.io/docs/stack/get-started/install/) running. We've found that `brew install redis-stack/redis-stack/redis-stack` is the fastest way to get up and running.

You'll also need to set two environment variables: `OPENAI_API_KEY`, and `PINECONE_API_KEY`

## Docs

**TODO: Docs on how to customize**

## License

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