Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sonngdev/chatgpt-voice

Have a conversation with ChatGPT. Casually 🔈 🤖 ⚡️
https://github.com/sonngdev/chatgpt-voice

chatgpt react speech-to-text text-to-speech typescript vite

Last synced: 3 months ago
JSON representation

Have a conversation with ChatGPT. Casually 🔈 🤖 ⚡️

Awesome Lists containing this project

README

        






Have a conversation with ChatGPT. Casually 🔈 🤖 ⚡️


Website | Backend


Website screenshot

## Features

- 📣 Conversation with ChatGPT, with full context, in a neat UI.
- ⚙️ Customizable voice and speech rate.


Voice and speech rate are configurable

## Development

You can also set up this project locally to play with it, contribute to it or hack it to your heart's content. Simply clone it, install dependencies then start the dev server.

```bash
git clone https://github.com/sonngdev/chatgpt-voice.git
cd chatgpt-voice
npm install
npm run dev
```

[A backend server](https://github.com/sonngdev/chatgpt-server) accompanies this frontend client. See its `README` file for installation guide.