Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.32 KB

readme.md

File metadata and controls

45 lines (28 loc) · 1.32 KB

Image Comparison and Processing Tool for AI Training

The Image Comparison and Processing Tool is a JavaScript-based web browser application designed to streamline the image comparison and processing process, particularly for preparing datasets for artificial intelligence (AI) training.

Key Features

  • Side-by-side image comparison
  • Automatic validation of image size (512x512)
  • Image similarity analysis to enhance training results
  • Image compression with convenient download option
  • Generation of well-structured image datasets for efficient AI training

Prerequisites

Before getting started, ensure that you have the following requirements:

  • Latest version of Node.js installed on your system

Installation

To install the Image Comparison and Processing Tool, follow these steps:

  1. Clone the repository: git clone https://github.com/rliessum/ai-train-images-prepper.git
  2. Navigate into the project directory: cd image-comparison-tool
  3. Install the dependencies: npm install

Usage

To use the tool, follow these steps:

  1. Start the application: npm run start

This will start the application in your web browser.

Contributing

Contributions are always welcome! Please read the contribution guidelines first.

License

This project uses the following license: MIT.