CoolFace
Datasetpublic

LuisitoLuisito/handwriting-signatures-dataset

A dataset of handwritten signatures with text prompts, designed for LoRA fine-tuning of diffusion models to generate realistic personal signatures. Handwritten Signatures Dataset (Processed) This dataset contains preprocessed handwritten signatures designed for signature verification and LoRA fine-tuning of diffusion models (e.g., Stable Diffusion) for text-to-image tasks. πŸ“Œ Processing steps Labeling – assigned using computer vision and AI models to group… See the full description on the dataset page: https://huggingface.co/datasets/LuisitoLuisito/handwriting-signatures-dataset.

sourceHugging Facecc-by-nc-4.0updated 2mo agoView on Hugging Face
0likes163downloads
Dataset Card

A dataset of handwritten signatures with text prompts, designed for LoRA fine-tuning of diffusion models to generate realistic personal signatures.

Handwritten Signatures Dataset (Processed)

This dataset contains preprocessed handwritten signatures designed for signature verification and LoRA fine-tuning of diffusion models (e.g., Stable Diffusion) for text-to-image tasks.

πŸ“Œ Processing steps

  1. 1.Labeling – assigned using computer vision and AI models to group signatures by name.
  2. 2.Preprocessing with OpenCV – cleaning, cropping, centering, and resizing to 256Γ—256.
  3. 3.Manual filtering – removal of low-quality or noisy samples.

πŸ“‚ Structure

  • β€”.png files β€” signature images.
  • β€”metadata.jsonl β€” annotation file mapping each image to its label.

πŸš€ Usage

Example loading with datasets:

python
from datasets import load_dataset

ds = load_dataset("sl4shuur/handwriting-signatures-dataset", split="train")
print(ds[0])

Each sample contains:

  • β€”image: PIL image object (signature image, 256Γ—256).
  • β€”text: text prompt describing the signature (e.g., "signaturegen style: Close-up of B. Navya's handwritten signature in black ink on white").

πŸ”– Notes

  • β€”Original raw data: Kaggle Signature Verification Dataset.
  • β€”This version is heavily processed and cleaned for research and generative tasks.
  • β€”License is set to CC-BY-NC-4.0 (non-commercial use only).