Skip to content

blib-la/caption-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caption Me: Simplifying Image Captioning

Caption Me is designed to streamline the creation, management, and updating of image captions, empowering you to focus on what really matters.


Caption Me Screenshot

collage style, woman, looking at viewer, torn paper, magazine, newspaper


Discord


Caption Me Screenshot

A modern interface dedicated to your captioning needs.


Introduction

Caption Me is built to simplify the image captioning process. Whether you're a professional or a hobbyist, setting up Caption Me is straightforward and intuitive.

Prerequisites

To ensure a seamless experience, please install the following software:


Installation

Automated Installer (Windows)

  1. Download: Obtain the one-click-installer.bat here.
  2. Execute: Double-click the .bat file.
  3. Launch: Open run.sh in the newly-created caption-me directory.

Note: Re-running one-click-installer.bat updates the software. Store it separately for convenience.

├── caption-me-root
│   ├── one-click-installer.bat
│   └── caption-me (auto-generated)

Manual Setup

For Unix-based systems, follow these instructions:

  1. Clone Repository
    git clone [email protected]:failfa-st/caption-me.git
  2. Enter Directory
    cd caption-me
  3. Install Dependencies
    npm install
  4. Compile App
    npm run build
  5. Run App
    npm start

Quickstart

Clone repo

git clone [email protected]:failfa-st/caption-me.git

Windows

  • Install: Double-click install.bat
  • Run: Double-click run.bat

macOS/Linux

  • One-liner:
    npm install && npm run build && npm start

Usage Guide: Mastering Caption Me

Caption Me is designed to be user-friendly, yet offers a range of features to facilitate your captioning process. Below is a detailed guide on how to get the most out of the tool.


Navigating the Interface

When you launch Caption Me, you'll notice the main interface divided into specific sections for ease of use. Your working directory, image list, preview pane, and caption editor all have dedicated spaces.


Directory Selection

Directory Selection

  1. Select Directory: To begin, either click the folder icon located at the left of the input field at the top or manually paste the directory path.
  • After entering the path, click the adjacent load/reload button.

Load/Reload Button

  1. Reload Directory: If you've made changes to the directory, such as adding or deleting images, click the load/reload button to refresh the image list.

  2. Clear Cache (optional): To ensure that the app recognizes new changes in the directory, especially new or deleted images, use the clear cache button next to the load/reload button.

Clear Cache Button


Working with Images

  1. Browse Image List: Once a directory is loaded, you'll see a scrollable list of images on the left side of the interface. Each image listed here also displays its title and caption status.
    • A red/green indicator next to the image signifies whether a caption exists for that image.

Image List

  1. Preview Image: Above this image list is a preview pane where a larger version of the currently selected image will be displayed, aiding in more accurate captioning.

Preview Image

  1. Select an Image: To work on a specific image, simply click on it from the list to load it into the preview pane and activate the caption editor.

Captioning and Autocomplete

  1. Caption Editor: Upon selecting an image, an autocomplete field activates. Begin typing your caption here.

Autocomplete

  1. Utilize Autocomplete: As you type, the autocomplete feature suggests known terms to speed up your captioning process.

  2. Undo/Redo: History functions, including undo and redo, are available next to the autocomplete field. These are cleared each time you switch to a different image.

    History Buttons

Advanced Autocomplete Usage

  1. Drag and Sort: Within the autocomplete tags, you can drag and sort the listed terms.

  2. Batch Entry: For a quicker way to insert multiple terms, you can type them in a single line, separated by commas. Once you press Enter, these will automatically be split into separate tags.


Saving Your Work

  1. Automatic Save: Caption Me automatically saves changes to the caption when you switch between images.

  2. Manual Save: For explicit saving, click the save icon situated next to the history buttons.

Save Button


Feedback & Support

We value your input. Reach out to us through these channels:


Tailor your captioning experience with Caption Me. Thank you for choosing us.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published