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

https://github.com/bitfumes/openai-whisper-voice-chat

Create Voice chat bot to play word association game using OpenAI whisper model with streamlit as frontend
https://github.com/bitfumes/openai-whisper-voice-chat

Last synced: 4 months ago
JSON representation

Create Voice chat bot to play word association game using OpenAI whisper model with streamlit as frontend

Awesome Lists containing this project

README

        

# OpenAI Voice Chatbot

[Youtube Video Tutorial](https://www.youtube.com/watch?v=)

Create Voice chat bot to play word association game using OpenAI whisper model with streamlit as frontend.
This is a simple voice chatbot that uses OpenAI's GPT-40-mini to generate responses to user input.
The chatbot uses the `openai` Python library to interact with the GPT-4o-mini API.

## Installation
```bash
pip install -r requirements.txt
```

## Usage
```bash
streamlit run app.py
```

## Useful Links
- [OpenAI API](https://beta.openai.com/docs/)
- [Streamlit](https://streamlit.io/)
- [Wishper API](https://platform.openai.com/docs/guides/speech-to-text/quickstart)
- [Streamlit AudioRecorder](https://github.com/theevann/streamlit-audiorecorder)
- [OpenAI API Key generate](https://platform.openai.com/api-keys)