Skip to content

sh4nth/image-compare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Comparison Web App

This is a simple web application for comparing images. It's built with Node.js and Express.

Installation

To get started, you'll need to have Node.js and npm installed.

  1. Clone the repository:
    git clone git@github.com:sh4nth/image-compare.git
  2. Navigate to the project directory:
    cd image-compare
  3. Install the dependencies:
    npm install
  4. Create a directory named images and move all your pictures into it.
    mkdir images
    # Move your images to this directory

Running the Application

To start the web server, run the following command:

node server.js

The application will be available at http://localhost:3000.

About

A simple tool to compare and cleanup images captured

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published