An open API service indexing awesome lists of open source software.

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.

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/).