diff --git a/README.md b/README.md index 32772f49..cb5c20c8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Buzz -Buzz transcribes audio from your computer's microphones to text using OpenAI's [Whisper](https://github.com/openai/whisper). Buzz works by splitting audio recordings into chunks and transcribing the chunks to text using Whisper. +![Buzz](buzz.png) + +Buzz transcribes audio from your computer's microphones to text using OpenAI's [Whisper](https://github.com/openai/whisper). + +![MIT License](https://img.shields.io/badge/license-MIT-green) ## Requirements diff --git a/buzz.png b/buzz.png new file mode 100644 index 00000000..a32bb763 Binary files /dev/null and b/buzz.png differ