Skip to content

Lilchoo/ConverseAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ConverseAI

ConverseAI Demo

Overview

ConverseAI is a web application that enables seamless voice-based communication with AI, eliminating the need for text input.

Features

  • Voice-Based Interaction: ConverseAI allows users to interact with AI through spoken language, making it a convenient and accessible communication tool.
  • Integration with Elevenlabs API: We've seamlessly integrated the Elevenlabs API to provide verbal speech responses, enhancing the user's interaction and making conversations more engaging.
  • User-Friendly Interface: The application boasts a user-friendly interface that offers robust functionality, ensuring a smooth user experience.
  • Enhanced Accessibility: By providing a voice-based interaction solution, ConverseAI enhances accessibility and convenience for a wide range of users.

Installation

To run ConverseAI locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/ConverseAI.git
    
  2. Navigate to the project directory

  3. Create a .env file in the project's root folder and add the following environment variables:

    ELEVENLABS_API_KEY=your_elevenlabs_api_key CHATGPT_API_KEY=your_chatgpt_api_key

  4. Install the project dependencies:

    npm install

  5. Run the backend using uvicorn api:app --reload

  6. Run the frontend using npm start.

  7. Open your web browser and access the application at http://localhost:3000.

About

Project for HackTheNorth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors