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.jsOnce 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.



