IMageDucHaiten / README.md
DucHaiten's picture
Update README.md
d07a4d8 verified
|
raw
history blame
10.5 kB
metadata
license: apache-2.0
language:
  - en
tags:
  - image-processing
  - deep-learning
  - AI

IMageDucHaiten

Version: V1.1.1

Table of Contents

Introduction

IMageDucHaiten is a powerful tool specifically designed for AI professionals to assist in the preparation of image data for training generative AI models. Version V1.1.1 offers a suite of automated and flexible tools for processing, tagging, and captioning images, making the data preparation process more efficient and streamlined.

Whether you're an AI researcher, data engineer, or someone who enjoys working with images, IMageDucHaiten can be an invaluable tool. It not only excels in supporting AI data preparation but is also accessible and beneficial to anyone looking to work with images effortlessly and effectively.

Key Features

  • Image Converter: Convert image formats to match the requirements of your AI model, supporting a wide range of formats such as PNG, JPG, GIF, BMP, and more.
  • Image Filter: Filter and remove images that do not meet quality criteria such as size and resolution, ensuring a clean dataset for training.
  • Rotate & Flip: Rotate and flip images to create various training data variations, enhancing dataset diversity.
  • Image Error Fix: Automatically detect and fix errors in images, reducing the risk of using incomplete data.
  • Image To Tag: Automatically tag images, optimizing the data labeling process for AI models.
  • Image To Caption: Automatically generate captions, providing context to images, useful in image recognition and captioning tasks.
  • Photo Fantasy: Create artistic effects on images, useful for data augmentation or enhancing creative content.
  • Shuffle Image: Shuffle or sequence images to create a diverse dataset, suitable for analysis and modeling tasks.

Screenshot_1.png Screenshot_2.png Screenshot_3.png Screenshot_4.png Screenshot_5.png Screenshot_6.png Screenshot_7.png Screenshot_8.png Screenshot_9.png Screenshot_10.png

Installation

To install and set up IMageDucHaiten, you have three options:

Option 1: Full Package Installation via Direct Download

  1. Download the Full Package:

  2. Extract the Package:

    • Extract the contents of the .zip file to your desired location.
  3. Install Visual Studio Code (if not installed):

    • Download and install Visual Studio Code from here.
  4. Activate the Virtual Environment:

    • Open the extracted folder in Visual Studio Code by selecting File > Open Folder and navigating to the extracted folder.
    • Open the integrated terminal within Visual Studio Code by selecting View > Terminal.
    • Activate the pre-configured virtual environment:
      • On Windows:
        .\venv\Scripts\activate
        
      • On macOS/Linux:
        source venv/bin/activate
        
  5. Run the Application:

    • After activating the virtual environment, you can start the application by running:
      python main.py
      

Option 2: Full Package Installation via Git Clone

  1. Install Git and Git LFS:

    • Ensure Git is installed on your system. If not, download and install it from Git's official site.
    • Install Git LFS (Large File Storage) by running:
      git lfs install
      
  2. Clone the Repository:

    • Use Git to clone the repository with all necessary files:
      git clone https://huggingface.co./DucHaiten/IMageDucHaiten
      
  3. Open the Project in Visual Studio Code:

    • If you haven't installed Visual Studio Code, download and install it from here.
    • Open Visual Studio Code, then select File > Open Folder and navigate to the cloned folder.
  4. Activate the Virtual Environment:

    • Open the integrated terminal by selecting View > Terminal.
    • Activate the virtual environment:
      • On Windows:
        .\venv\Scripts\activate
        
      • On macOS/Linux:
        source venv/bin/activate
        
  5. Run the Application:

    • Start the application by running:
      python main.py
      

Option 3: Manual Installation by Downloading Individual Files

  1. Download the Files Manually:

    • Download individual files and directories from the repository as needed.
  2. Set up a Virtual Environment:

    • Create and activate a virtual environment:
      • On Windows:
        python -m venv venv
        .\venv\Scripts\activate
        
      • On macOS/Linux:
        python3 -m venv venv
        source venv/bin/activate
        
  3. Install Python Dependencies:

    • Install the required Python packages using requirements.txt:
      pip install -r requirements.txt
      
  4. Install External Dependencies (Ghostscript, ImageMagick, Visual C++ Redistributable):

    • Follow the instructions provided earlier to ensure all dependencies are properly installed.
  5. Open the Project in Visual Studio Code:

    • If you haven't installed Visual Studio Code, download and install it from here.
    • Open Visual Studio Code, then select File > Open Folder and navigate to the project folder.
  6. Run the Application:

    • Open the integrated terminal by selecting View > Terminal.
    • Activate the virtual environment, then start the application by running:
      python main.py
      

Usage

After completing the installation, you can run IMageDucHaiten as follows:

Running the Application via Command Line (CMD)

  1. Activate the Virtual Environment:

    • On Windows:
      .\venv\Scripts\activate
      
    • On macOS/Linux:
      source venv/bin/activate
      
  2. Run the Application:

    • In the terminal, navigate to the folder where main.py is located.
    • Execute the following command to start the application:
      python main.py
      

Running the Application via Visual Studio Code

  1. Open the Project in Visual Studio Code:

    • Launch Visual Studio Code.
    • Open the project folder by selecting File > Open Folder and navigating to the folder where main.py is located.
  2. Activate the Virtual Environment:

    • Open the integrated terminal within Visual Studio Code by selecting View > Terminal.
    • Activate the virtual environment:
      • On Windows:
        .\venv\Scripts\activate
        
      • On macOS/Linux:
        source venv/bin/activate
        
  3. Run the Application:

    • In the terminal, start the application by running:
      python main.py
      
    • Alternatively, you can press F5 to run the application with debugging.

Installing Visual Studio Code

If you don't have Visual Studio Code installed, follow these steps:

  1. Download Visual Studio Code:

  2. Install Visual Studio Code:

    • Run the installer and follow the on-screen instructions to complete the installation.
  3. Install the Python Extension:

    • Open Visual Studio Code and go to the Extensions view by clicking on the square icon in the sidebar or pressing Ctrl+Shift+X.
    • Search for "Python" and install the extension provided by Microsoft.

Community and Support

Join our community to stay updated, share your experiences, and get support from other users:

  • Discord Server: Join our Discord community for discussions, support, and updates.

Support and Contributions

If you find IMageDucHaiten useful and would like to support the project, consider making a donation or becoming a patron. Your contributions help in maintaining and improving the project:

  • PayPal: You can make a one-time donation through PayPal.

  • Patreon: Become a patron and support ongoing development with monthly contributions.

Thank you for your support!