Skip to content

This project is a web-based application that allows users to submit queries to an AI and receive responses in text and audio formats.

Notifications You must be signed in to change notification settings

mikartisan/gpt-text-to-speech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPT Text-to-Speech

GPT Text-to-Speech is a web application that integrates with the GPT API model and text-to-speech services to convert text queries into spoken audio. The application uses Node.js for the server and JavaScript for the client-side interactions.

Features

  • Query GPT-3.5 Turbo model to get responses based on user 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:

    git clone https://github.com/mikartisan/gpt-text-to-speech.git
    cd gpt-text-to-speech
    
  2. Install dependencies:

    npm install
    
  3. Start the server:

    node server.mjs
    

Screenshot

About

This project is a web-based application that allows users to submit queries to an AI and receive responses in text and audio formats.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published