vigneshgarrapally / Gradio_ConvoAI_Demo

Gradio Demo for the Conversational AI Demo using Speech-to-text and GPT powered replies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gradio_ConvoAI_Demo

Overview

This project is a voice-activated chatbot using Gradio for the frontend and OpenAI's GPT-4 model for generating responses. The user's voice input is transcribed to text, processed by the chatbot model, and then converted back to audio for the user to listen to.

Demo

  1. Clone the repository

  2. Create a virtual environment and activate it(Optional)

    python3 -m venv venv
    source venv/bin/activate
  3. Install the requirements using pip package manager

    pip install -r requirements.txt
  4. Run the app.py file

    python app.py
  5. Open the link in the browser

About

Gradio Demo for the Conversational AI Demo using Speech-to-text and GPT powered replies

License:GNU General Public License v3.0


Languages

Language:Python 100.0%