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.

Live Demo :: Run

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:

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