Basically this is a chatbot having features for authentification .ie. Login and Register. Chat answer generation using text by sending the prompt to backend and using the openai module for generating the answer. Recording the voice using speech recognition and convert the speech to text and then sending it as a prompt. It also has features of image generation using openai module for generating images.
Modules to install for client side (ReactJs) :-
- antd
- axios
- react-router-dom
- react-speech-recognition
Modules to install for server side (NodeJs) :-
- google-cloud/speech
- colors
- cors
- dotenv
- express
- mongoose
- node-cache
- morgan
- openai



