Demo Video - https://youtu.be/skVZaW37lfo
- NodeJS
- npm
git clone https://github.com/shvam0000/Speak-Sphere
or
git clone git@github.com:shvam0000/Speak-Sphere.git
Move to Frontend directory
cd frontend
Install all the dependencies
npm i
or
yarn
Start the development server
npm dev
or
yarn dev
Move to Backend directory
cd backend
Install all the dependencies
npm i
or
yarn
Replace the API_KEY with your own GPT_API_KEY
Start the development server
npm run start
or
yarn start