From c528af86f09bd66662eb86fbb3e76f3dcd66a984 Mon Sep 17 00:00:00 2001 From: Amol S <123842348+amolgorithm@users.noreply.github.com> Date: Mon, 5 Jun 2023 00:22:19 -0400 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 130122d..eb7dcb3 100644 --- a/README.md +++ b/README.md @@ -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) +

+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. +
+**IMPORTANT NOTE: To succssfully execute this project, your ChatGPT Api key is required in app.js** +

+## Package/Module Prerequisites +- Node.js v18+ +- Npm v9+ +- ChatGPTApi +- ExpressJS +- EJS +- body-parser