Giter Club home page Giter Club logo

xnview.markirator's Introduction

XnView.Markirator

This is simple application that is designed to integrate DeepDanbooru (image tag estimation system) and XnView (image viewer). You can also use it to assign categories (tags) with XnView via JSON files (without using DeepDanbooru). scr_teaser

Installation

  1. Install Microsoft Visual C++ Redistributable
  2. Install Microsoft C++ Build Tools3
  3. Install Python
  4. Reboot PC
  5. Run XnView.Markirator.exe and install DeepDanbooru ("Settings" -> "Tags Evaluation" -> "Install DeepDanbooru"). Wait until the installation is complete (it may take a time).
  6. Setup XnView settings

xn_view_settings

How To Use

  1. Evaluate tags

scr_eval

After successful execution of this action, a new JSON file (text file with information about processed images) will appear in the EvaluatedTags folder in the application directory.

  1. Import tags to XnView

scr_import

Select JSON file from previous step and start import tags.

Import Data Format

The import command requires a JSON file with the following data structure:

[
  {
    "FilePath": "D:\\Images\\Catalog\\image1.jpg",
    "Tags": ["tag1", "tag2", "tag3"]
  },
  {
    "FilePath": "D:\\Images\\Catalog\\image2.jpg",
    "Tags": ["tag2", "tag5"]
  }
]

You only need this information if you want to set the tags manually without using DeepDanbooru.

Used Components

  1. DeepDanbooru
  2. Fugue Icons

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.