-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7dc8d14
commit c528af8
Showing
1 changed file
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# speech-gpt | ||
What if ChatGPT has its own voice? What if this is Alexa recreated, but several folds smarter? Click on this repo to experience this innovative use of AI language models | ||
# SpeechGPT | ||
What if ChatGPT had its own voice? What if this is Alexa brought to a higher intelligence of several folds? Explore this repo to experience this innovative exhibition of AI language models. | ||
|
||
![](./public/images/SpeechGPT.png) | ||
<br><br> | ||
Experience conversations with more depth, emotion and feeling by using SpeechGPT, as it feels like you are having a real conversation with someone. Powered by ChatGPT API, SpeechGPT harnesses the words of ChatGPT and executes them into sounds/speech, using JavaScript's SpeechSynthesisAPI. This project was done using JavaScript, NodeJS, EJS, CSS and ExpressJS. | ||
<br> | ||
**IMPORTANT NOTE: To succssfully execute this project, your ChatGPT Api key is required in app.js** | ||
<br><br> | ||
## Package/Module Prerequisites | ||
- Node.js v18+ | ||
- Npm v9+ | ||
- ChatGPTApi | ||
- ExpressJS | ||
- EJS | ||
- body-parser |