Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikartisan/gpt4-voice-assistant

GPT-4 Voice Assistant is a simple project that integrates with the GPT-4 API model and text-to-speech services to convert voice queries into spoken audio.
https://github.com/mikartisan/gpt4-voice-assistant

gpt-4 nodejs openai speech-recognition text-to-speech

Last synced: about 1 month ago
JSON representation

GPT-4 Voice Assistant is a simple project that integrates with the GPT-4 API model and text-to-speech services to convert voice queries into spoken audio.

Awesome Lists containing this project

README

        

# GPT-4 Voice Assistant

**GPT-4 Voice Assistant** is a project that integrates with the GPT-4 API model, Web Speech Recognition and text-to-speech services to convert voice queries into spoken audio. The application uses Node.js for the server and JavaScript for the client-side interactions.

## Features

- Query GPT-4 model to get responses based on voice input.
- Convert the GPT response into speech using the StreamElements API.
- Support for different voice options.
- Display responses and play audio directly in the browser.

## Installation

1. **Clone the repository:**

```bash
git clone https://github.com/mikartisan/gpt4-voice-assistant.git
cd gpt4-voice-assistant

2. **Install dependencies:**

```bash
npm install

3. **Start the server:**

```bash
node server.mjs

![Screenshot](public/image/ss.PNG)