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