Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 807 Bytes

readme.md

File metadata and controls

25 lines (19 loc) · 807 Bytes

OpenAI Voice Chatbot

Youtube Video Tutorial

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

pip install -r requirements.txt

Usage

streamlit run app.py

Useful Links