A solution to summarize and/or transcribe whatsapp audio messages and long text messages.
Dont waste time with long (audio) messages and summarize them using OpenAI.
- Copy
docker-compose.yml
to your device. - Copy
secrets.env.example
to your device , rename it tosecrets.env
and paste your OpenAI API Key. - Run
docker compose up -d
- Visit the container on port 3000 or check the container logs. You'll find a QR code that you have to scan.
- Open Whatsapp on your phone and scan the displayed QR code.
Currently you can either transcribe voice messages or summary both text and voice messages. Reply to any message you want to be summarized / transcribed with one of the commands below.
!p
or!ping
to check if the service is up. The container will respond with "pong"!t
or!transcribe
to let OpenAI trancribe a voice message. The container will respond with the transcribed message.!s
or!summarize
to let OpenAI summarize a text or voice message.
This container will send text messages that you respond to with one of the commands above to OpenAI.