Skip to content

EchoSingh/ChatBot_WebProject

Repository files navigation

ChatBot Web Project 🤖💬

This repository contains the code and resources for the ChatBot Web Project, a web-based chatbot application.

Project Structure 📁

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

Folders and Files

  • output_images/ 📷
    • one.jpg one
    • three.jpg three
    • two.jpg two
    • use case.png use case
  • 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 🖥️

Getting Started 🚀

To get a local copy up and running follow these simple steps.

Prerequisites

You need to have Node.js and npm installed on your machine. You can download them from here.

Installation

  1. Clone the repo
git clone https://github.com/EchoSingh/AI-ChatBot.git
  1. Navigate to the project directory
cd ChatBot_WebProject
  1. Install NPM packages
npm install
  1. Start the server
node server.js

Usage

Once the server is running, you can access the chatbot application by navigating to http://localhost:3000 in your web browser.

Report Files 📝

The project reports are available in the report files directory:

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License 📄

Distributed under the MIT License. See LICENSE for more information.

Made with ❤️ by Aditya Singh

About

This Is a Simple chatbot which store your searches using sqlite3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published