Skip to content

kb787/Chatbot-Using-MERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Chatbot-Using-MERN

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) :-

  1. antd
  2. axios
  3. react-router-dom
  4. react-speech-recognition

Modules to install for server side (NodeJs) :-

  1. google-cloud/speech
  2. colors
  3. cors
  4. dotenv
  5. express
  6. mongoose
  7. node-cache
  8. morgan
  9. openai

Frontend of the App :- chatbot1 chatbot2 chatbot3 chatbot4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors