Summ provides intelligent question-answering and search capabilities across user interview transcripts.
Project description
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.
Requirements
You'll need an instance of Redis Stack running.
$ brew install --cask redis-stack/redis-stack/redis-stack-server
$ brew install yasyf/summ/redis-stack
$ brew services start yasyf/summ/redis-stack
You'll also need to set three environment variables: OPENAI_API_KEY
, PINECONE_API_KEY
, and PINECONE_ENVIRONMENT
.
Installation
The easiest installation uses pip
:
$ pip install summ
If you prefer to use brew
:
$ brew install yasyf/summ/summ
n.b summ
requires Python 3.10+.
Demo
You can confirm that summ
installed properly by running the built-in example.
$ summ-example
Quickstart
First, create a new project with:
$ summ init /path/to/project
$ cd /path/to/project
An example implementation can now be found at /path/to/project/__init__.py
.
As you can see, you don't need to do any configuration to start using summ
. We simply use summ.Pipeline.default
and pass a path to a directory with text files.
However, the tool works much better when users are tagged. In order to do so, you need to specify two things:
- The categories of tags (and the tags within each category).
- A prompt directing how to apply the tags of a given category.
You can see an example of this at summ/examples/otter
.
Docs
Check out the summ/examples
directory for some samples, or dive into the full docs at summ.readthedocs.io.
License
summ
is distributed under the terms of the AGPL 3.0 license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file summ-0.1.16.tar.gz
.
File metadata
- Download URL: summ-0.1.16.tar.gz
- Upload date:
- Size: 82.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61d99a86705d9e843061dd6d2b9fdcf4bde963df2ee5769d32ad8e630ea5718d |
|
MD5 | 4ca320490191a8e37e8c603ef9dd3ff7 |
|
BLAKE2b-256 | 33981c4f3ed56c782f3cd5d844089aa8518ecf7b014aba4849b08739cf08a237 |
File details
Details for the file summ-0.1.16-py3-none-any.whl
.
File metadata
- Download URL: summ-0.1.16-py3-none-any.whl
- Upload date:
- Size: 95.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f3e6a72f827bc882187625a15ffd5369e95500e413ab477117437de58c1def1 |
|
MD5 | af99fbcb960c332a3036e54ed36a0bad |
|
BLAKE2b-256 | 4511b948042418ec36fe0027e25d7a598ef256750fa0b24231bd6c5e65701736 |