This repository contains the code and resources for the ChatBot Web Project, a web-based chatbot application.
Live Demo :: Run
ChatBot_WebProject/
βββ output_images/
β βββ one.jpg
β βββ three.jpg
β βββ two.jpg
β βββ use case.png
βββ public/
β βββ Images/
β β βββ chat.js
β | βββ index.html
β β βββ styles.css
βββ report files/
β βββ WEB_DEVELOPMENT_LAB_Mini_Project_Report-4th sem-combined FINAL.docx
β βββ WEB_DEVELOPMENT_LAB_Mini_Project_Report-4th sem-combined FINAL.pdf
βββ .gitignore
βββ README.md
βββ chatbot.db
βββ package-lock.json
βββ package.json
βββ server.js
- output_images/ π·
- public/ π
- Images/ πΌοΈ
chat.js
πindex.html
πstyles.css
π¨
- Images/ πΌοΈ
- report files/ π
WEB_DEVELOPMENT_LAB_Mini_Project_Report-4th sem-combined FINAL.docx
πWEB_DEVELOPMENT_LAB_Mini_Project_Report-4th sem-combined FINAL.pdf
π
.gitignore
βREADME.md
πchatbot.db
ποΈpackage-lock.json
π¦package.json
π¦server.js
π₯οΈ
To get a local copy up and running follow these simple steps.
You need to have Node.js and npm installed on your machine. You can download them from here.
- Clone the repo
git clone https://github.com/EchoSingh/AI-ChatBot.git
- Navigate to the project directory
cd ChatBot_WebProject
- Install NPM packages
npm install
- Start the server
node server.js
Once the server is running, you can access the chatbot application by navigating to http://localhost:3000
in your web browser.
The project reports are available in the report files
directory:
- WEB_DEVELOPMENT_LAB_Mini_Project_Report-4th sem-combined FINAL.docx
- WEB_DEVELOPMENT_LAB_Mini_Project_Report-4th sem-combined FINAL.pdf
Distributed under the MIT License. See LICENSE
for more information.