Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 884 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 884 Bytes

AI Bot

Introduction

An AI Bot is a computer program that simulates human conversation through the text chats. This feature that can be embedded and used through any major messaging applications. AI enables computers to analyze and understand the human language.

Key features/Advantages of AI-BOT

  • Reduce the Incident/Forum count.
  • Ease of customer access as it’s like a normal chatting application.
  • Accepts both voice and text inputs.
  • Versatile to multiple languages.
  • 24/7 availability to answer for simple customer queries.

Tools & Specification

  • Source Versioning : Git
  • Server : Node.js
  • Client : JavaScript, HTML, and CSS
  • Third party libraries : brain.js, natural-brain

Running Application

Installing Package

npm install

To Start AI Bot Server

npm run server

To Launch in browser

npm start