Skip to content

RtjShreyD/TalkativeGptAssistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

TalkativeGptAssistant

To run this application

First of all create .env file in both client and server individually with the help of .env.example

Replace the API Keys of OpenAi in server folder and Eleven Labs in client folder

Make sure your npm and node version are up to date

Commands to run in client --

npm init -y npm i react-speech-recognition

Commands to run in server --

npm init -y npm i nodemon node-fetch cors dotenv

for starting the server - npm run dev server will run on 8000 port

for starting the client - npm start client will run on 3000 port

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published