Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isfonzar/chat-ai-interaction
From an exported chat, interact with the chat using AI.
https://github.com/isfonzar/chat-ai-interaction
ai chat chatgpt summarization summarizer summary whatsapp
Last synced: 14 days ago
JSON representation
From an exported chat, interact with the chat using AI.
- Host: GitHub
- URL: https://github.com/isfonzar/chat-ai-interaction
- Owner: isfonzar
- License: mit
- Created: 2024-12-16T13:36:11.000Z (18 days ago)
- Default Branch: master
- Last Pushed: 2024-12-18T14:33:59.000Z (15 days ago)
- Last Synced: 2024-12-18T15:28:14.515Z (15 days ago)
- Topics: ai, chat, chatgpt, summarization, summarizer, summary, whatsapp
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chat-ai-interaction
From an exported chat, interact with the chat using AI.- Get a summary of the conversation in a date ("On January 1st, members of the project discussed the implementation of ...")
- Interact with the conversation by asking questions ("Who delivered the project at the city hall on march 1st?")## Supported Chat Platforms
The input directory must contain the file "_chat.txt" exported from WhatsApp.
## Supported AI engines
### OpenAI (ChatGPT)
Set the OpenAI key as an environment variable named `OPENAI_API_KEY`
## Build
```shell
$ go build -o chat-ai-interaction
```## Usage
```shell
./chat-ai-interaction -h
```