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.
- 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
Before getting started, ensure that you have the following requirements:
- Latest version of Node.js installed on your system
To install the Image Comparison and Processing Tool, follow these steps:
- Clone the repository: git clone https://github.com/rliessum/ai-train-images-prepper.git
- Navigate into the project directory: cd image-comparison-tool
- Install the dependencies: npm install
To use the tool, follow these steps:
- Start the application: npm run start
This will start the application in your web browser.
Contributions are always welcome! Please read the contribution guidelines first.
This project uses the following license: MIT.