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: over 1 year 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-18T14:33:59.000Z (over 1 year ago)
- Last Synced: 2025-02-12T19:08:28.029Z (over 1 year 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
### Whatsapp
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
```