soruly/trace.moe

Timestamp Retrieval for Anime Clips Everywhere

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 7 minutes ago
Added to GitGenius on September 13th, 2026
Created on May 27th, 2016
Open Issues & Pull Requests: 0 (+0)
GitHub issues: Enabled
Number of forks: 262
Total Stargazers: 5,033 (+0)
Total Subscribers: 94 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.1 hours
Mean response time: 2.1 hours
90th percentile: 2.1 hours
Tracked items: 1

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Trace.moe is a visual search engine that identifies anime scenes from screenshots by returning the source anime, episode number, and exact timestamp.

The tool solves the problem of finding where an anime screenshot originates by using content-based image retrieval to match uploaded images against a database of anime video frames. It analyzes image features and generates vectors that enable fast similarity matching across its indexed anime content.

The project is designed for anime fans and developers who need to identify scenes from screenshots, and for anyone building bots or applications that require anime scene lookup. It provides multiple integration points including a web interface, a REST API for programmatic access, a Telegram bot, and a browser extension for convenient image submission. The system is modular and can be self-hosted using Docker Compose, with support for Windows via WSL2. Self-hosting requires organizing video files by AniList ID in a designated directory structure, and the system automatically indexes new video files placed in the configured path.

The project maintains active development across its component repositories with automated Docker image builds for both the web server and API server. The codebase includes tooling for image feature analysis and vector generation, and provides documentation through an API reference site and past presentation slides explaining the system architecture.