Skip to content

gpaiva00/talk-to-chatGPT

Repository files navigation

Talk To ChatGPT

This is a simple web app that allows you to talk to a chatbot powered by ChatGPT. It is built using React and TailwindCSS.

I'm using react-speech-recognition to get the speech input and SpeechSynthesisUtterance to convert the text to speech.

Demo

Getting Started

Clone the repository and install the dependencies.

git clone
cd talk-to-chatGPT
npm install

Running the app

To run the app, run the following command.

npm start

Releases

No releases published

Packages

No packages published