This repository contains the code and resources for the ChatBot Web Project, a web-based chatbot application.
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
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.