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.
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.
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
To install Conversational-ai-agent, follow these steps:
- Clone the repository:
git clone https://github.com/AgoraIO-Community/appbuilder-conversational-ai
- Navigate to the project directory:
cd conversational-ai-agent
- Install the dependencies:
npm install
To run the application locally:
npm run web