Hi,
I created an React Chatbot using Reactjs, Nodejs, MongoDB and Dialogflow(NLP).
It is an interactive web application chatbot to interact with the users, who visiting your application. This chatbot is made with MERN stack using Google's Machine Learning Dialogflow(NLP). Dialogflow uses Natural Language Processing(NLP) technique to make the bot understand the Human Language and to efficiently interact with users. I am ReactJs as the frontend and NodeJs as backend, which will interact between the Frontend and Dialogflow to get desired results.
Please check the complete code repository for the chatbot and Give a 🌟 in github, if you like it.
Github Respository - https://github.com/jeyk333/React-Chatbot
To play with it -> https://vast-badlands-40215.herokuapp.com/
Things you can ask to it
- Hi/Hello
- where is pikachu
- courses (It will list some dummy courses from the mongo db and will ask, if you need any personal training)
- If you give Yes for the personal training, it will ask for your details.
- You can enter the details, which will also stored in the database
- You can also do some random chats
The UI may look bad, as i didn't put much effort in the ui for now. Its not completed. I am still improving the chatbot.
Top comments (3)
How do you compile your project?
What version of dialogflow api did you use
Version 2