Overview of Quivr-Whisper
mainQuivr-Whisper is a web application designed for audio-based interaction with Quivr. It enables users to ask questions via audio input, which is then processed through the following workflow:
- Speech Transcription: Uses OpenAI's Whisper model to convert audio input into text.
- Intelligent Response: Queries the Quivr API using the transcribed text to retrieve an answer.
- Speech Synthesis: Uses OpenAI's text-to-speech capabilities to convert the Quivr response back into audio for playback.
Key features include audio input, Whisper-based transcription, Quivr API integration, and automated speech synthesis.