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
- Host: GitHub
- URL: https://github.com/bitfumes/openai-whisper-voice-chat
- Owner: bitfumes
- Created: 2024-07-20T09:45:19.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-20T09:52:02.000Z (10 months ago)
- Last Synced: 2024-11-15T14:15:57.389Z (6 months ago)
- Language: Python
- Size: 238 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)