Ross ROSS = Recommend OSS · open-source software intelligence for agents

harthur/kittydar

Face detection for cats in JavaScript - demo for TXJS 2012 talk observed · 2026-08-28

github.com/harthur/kittydar · homepage · JavaScript · MIT (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5218
  • days_rel: n/a
  • days_push: 2496
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1428 stars · 155 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Kittydar is a JavaScript library that detects the locations of cat faces in images using Histogram of Oriented Gradients features fed into a pre-trained neural network. It works on canvas elements in the browser or via node-canvas in Node.js.

Use cases

  • find all cats in a photo and get their bounding boxes
  • detect cat faces in images from the browser using canvas
  • run cat detection server-side in node with node-canvas
  • experiment with HOG features and neural networks for object detection
  • add a fun cat-detection demo to a web page

When to choose

  • you need a lightweight, dependency-free JavaScript cat detector for a demo or toy project
  • you want a simple, readable example of HOG + neural network object detection
  • your images show upright, forward-facing cats and speed is not a concern

When to avoid

  • you need production-grade accuracy or speed - it is slow and misses or misclassifies cats
  • you need detection of arbitrary objects or modern deep-learning-based detection
  • you need an actively maintained library - the project is a 2012 talk demo with no ongoing development

Facets

library · maturity abandoned

computer-vision image-processing machine-learning computer-vision image-processing machine-learning browser cat-detection face-detection hog-features neural-network canvas demo-project nodejs javascript

1 source

Member repositories

RepositoryRoleHealth v2
harthur/kittydarmain10

For agents

markdown · JSON · MCP: product_card(name="harthur/kittydar")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem