https://github.com/jacoblincool/petal-nudo
An open source recorder integrating OpenAI Whisper and ChatGPT.
https://github.com/jacoblincool/petal-nudo
chatgpt openai transcription whisper
Last synced: 5 months ago
JSON representation
An open source recorder integrating OpenAI Whisper and ChatGPT.
- Host: GitHub
- URL: https://github.com/jacoblincool/petal-nudo
- Owner: JacobLinCool
- License: agpl-3.0
- Created: 2023-12-11T17:41:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-24T06:05:14.000Z (6 months ago)
- Last Synced: 2026-02-24T12:40:19.952Z (6 months ago)
- Topics: chatgpt, openai, transcription, whisper
- Language: Svelte
- Homepage: https://petal-nudo.csie.cool/
- Size: 1.56 MB
- Stars: 20
- Watchers: 1
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Petal Nudo
An open source recorder integrating OpenAI Whisper and ChatGPT.
_Open-Source, Whisper-Powered, ChatGPT-Enhanced Transcription_
## Transcription
The transcription functionality has been implemented.
- [x] Transcription
- [x] Voice Activity Detection (client-side)
- [x] Transcription Confidence (color of text)
- [x] Speech Detection (opacity of text)
- [ ] Speaker Diarization (it's hard)
## Post-Proccessing (Summary, etc.)
Currently, we do not have a post-processing pipeline. However, we have a few ideas:
- [ ] Transcription Correction
- [ ] Text Summarization (with many different modes?)
- [x] Basic Summarization
- [ ] Mindmap Generation
- [ ] Visual Input Enhancements (with GPT-4 Vision, for table and diagram understanding)
## Inspiration
This project was inspired by [Plaud Note](https://plaud.ai/).