Chatbot

Lightweight JavaScript chatbot with NLP and speech functions.

At the moment, an implementation has been made for the Chrome browser.

Now it uses about 100 multi-question-and-answer sets to provide responses to users.

The chatbot employs natural language processing techniques such as tokenization, sentence boundary detection, span, and sentiment analysis to better understand user input and provide accurate responses.

Implemented the basic functionality of the voice dialogue. By turning on the function "Talk" and allowing access to the microphone you can say phrases that will be read and sent to the chat bot, the bot will answer you (of course, based on the data he has)

Implemented the functionality for speech recognition in Google Chrome and the bot's response using voice. To activate it, turn on the "Talk" switch.

We value your feedback, and you can share it with us by following in bot input box this format: Review: ...

Your insights will help us improve and refine our chatbot's performance.


The project development is being carried out in JavaScript.