Skip to content

AgoraIO-Community/appbuilder-conversational-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conversational-AI-agent

This repository contains a front-end example of a web application that connects users with a conversational AI using Agora's real-time communication technology.

Overview

This project demonstrates how to create a user interface for interacting with an AI agent through voice communication. It utilizes Agora's SDK to handle the audio streaming between the user and the AI.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of Node.js and npm
  • You have an Agora account and App ID

Installation

To install Conversational-ai-agent, follow these steps:

  1. Clone the repository:
    git clone https://github.com/AgoraIO-Community/appbuilder-conversational-ai
    
  2. Navigate to the project directory:
    cd conversational-ai-agent
    
  3. Install the dependencies:
     npm install
    

Usage

To run the application locally:

npm run web