The Manga Whisperer
Automatically Generating Transcriptions for Comics
Ragav Sachdeva and Andrew Zisserman
University of Oxford
Usage
from transformers import AutoModel
import numpy as np
from PIL import Image
import torch
import os
def read_image_as_np_array(image_path):
with open(image_path, "rb") as file:
image =… See the full description on the dataset page:
https://huggingface.co/datasets/MattyMroz/manga-whisperer.