Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🔈 🤖 ⚡️
- Host: GitHub
- URL: https://github.com/sonngdev/chatgpt-voice
- Owner: sonngdev
- Created: 2023-01-13T21:17:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T15:35:03.000Z (4 months ago)
- Last Synced: 2024-11-18T05:38:14.751Z (3 months ago)
- Topics: chatgpt, react, speech-to-text, text-to-speech, typescript, vite
- Language: TypeScript
- Homepage: https://chatgpt.sonng.dev
- Size: 872 KB
- Stars: 169
- Watchers: 6
- Forks: 41
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ChatGPT-repositories - chatgpt-voice - Have a conversation with ChatGPT. Casually 🔈 🤖 ⚡️ (Chatbots)
README
Have a conversation with ChatGPT. Casually 🔈 🤖 ⚡️
## Features
- 📣 Conversation with ChatGPT, with full context, in a neat UI.
- ⚙️ Customizable voice and speech rate.
## 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.