awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
soruly avatar

soruly/trace.moe

0
View on GitHub↗
trace.moe↗

Trace.moe

This project is an anime scene reverse image search engine that matches a screenshot to the exact anime episode and timestamp. It is designed as a self-hosted search service that can be deployed using Docker containers and pre-indexed databases, enabling private operation on local or custom infrastructure.

At its core, the system extracts visual features from frames using a convolutional neural network trained on anime imagery. Query images provided via URL are processed through the same feature extraction pipeline, and an approximate nearest neighbor search matches the query against millions of precomputed frame features for sub-second results. The matched frame is then translated into the corresponding episode, offset, and scene metadata.

The service is delivered as a Docker Compose orchestration that configures multiple containers for the search, API, and database layers. A precomputed database dump is loaded on startup to initialize the search service without requiring full indexing. An API endpoint accepts an image URL as a query parameter and returns source information, including a sample clip.

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Features

  • Anime Scene Recognition - A reverse image search engine that finds the exact anime scene from a screenshot or image URL.
  • Screenshot Matchers - Match an uploaded screenshot to the exact video, episode, and timestamp in an anime scene search database.
  • Approximate Nearest Neighbor Search - Matches query features against millions of precomputed frame features using a vector index for sub-second results.
  • Precomputed Data Imports - Load a precomputed database dump to quickly initialize a self-hosted anime scene search instance without full processing.
  • Precomputed Database Dumps - Loads a snapshot of frame features, metadata, and timestamps into the search service for instant readiness.
  • Frame Number Mappings - Translates matched frame numbers to exact anime episode, offset, and scene metadata.
  • Docker Compose Deployments - Deploy the anime scene search stack using Docker Compose on local or custom infrastructure for self-hosted operation.
  • Anime Scene Search Services - A search service for anime that can be self-hosted via Docker containers and pre-indexed databases.
  • Self-Hosted Search Services - A deployable search system for anime scene identification using Docker Compose and precomputed data.
  • Visual Feature Embeddings - Extracts visual features from frames using a convolutional neural network trained on anime imagery.
  • URL-Based Image Queries - Providing an image URL as a query parameter to identify the anime scene without uploading a file.
  • Anime Frame Matchers - A tool that matches uploaded screenshots to specific video frames, returning episode and timestamp.
4,992 estrellas·260 forks·MIT·1 vista

Historial de estrellas

Gráfico del historial de estrellas de soruly/trace.moeGráfico del historial de estrellas de soruly/trace.moe

Preguntas frecuentes

¿Qué hace soruly/trace.moe?

This project is an anime scene reverse image search engine that matches a screenshot to the exact anime episode and timestamp. It is designed as a self-hosted search service that can be deployed using Docker containers and pre-indexed databases, enabling private operation on local or custom infrastructure.

¿Cuáles son las características principales de soruly/trace.moe?

Las características principales de soruly/trace.moe son: Anime Scene Recognition, Screenshot Matchers, Approximate Nearest Neighbor Search, Precomputed Data Imports, Precomputed Database Dumps, Frame Number Mappings, Docker Compose Deployments, Anime Scene Search Services.

¿Qué alternativas de código abierto existen para soruly/trace.moe?

Las alternativas de código abierto para soruly/trace.moe incluyen: unum-cloud/usearch — USearch is a high-performance vector similarity search engine and approximate nearest neighbor index designed for… vdaas/vald — Vald is a distributed, cloud-native search engine designed for high-dimensional vector data. It functions as an… dotheevo/selfhosted-apps-docker — This project is a curated collection of deployment files and configurations for hosting a wide variety of open-source… spotify/annoy — Annoy is a C++ library designed for approximate nearest neighbor search in high-dimensional vector spaces. It… francescou/docker-compose-ui — Docker Compose UI is a web-based management platform that provides a graphical dashboard for orchestrating… searxng/searxng — This project is a privacy-focused, self-hosted metasearch engine that aggregates results from a wide array of web,…

Alternativas open-source a Trace.moe

Proyectos open-source similares, clasificados según cuántas características comparten con Trace.moe.
  • francescou/docker-compose-uiAvatar de francescou

    francescou/docker-compose-ui

    1,544Ver en GitHub↗

    Docker Compose UI is a web-based management platform that provides a graphical dashboard for orchestrating multi-container application stacks. It serves as a centralized interface for managing container lifecycles, monitoring service health, and executing commands within running environments without requiring manual command line input. The platform distinguishes itself by integrating directly with version control systems to automate the deployment of infrastructure definitions. By cloning project files from remote repositories, it ensures consistent environment configurations across different

    JavaScriptdockerdocker-composedocker-swarm
    Ver en GitHub↗1,544
  • spotify/annoyAvatar de spotify

    spotify/annoy

    14,157Ver en GitHub↗

    Annoy is a C++ library designed for approximate nearest neighbor search in high-dimensional vector spaces. It functions as a vector similarity search engine that constructs static, disk-based data structures to facilitate fast lookups. By mapping identifiers to vector data and persisting these structures to disk, the library enables efficient, memory-mapped access to large datasets. The project distinguishes itself through the use of random projection trees and distance-metric-based partitioning, which organize data into hierarchical binary trees to balance search precision against computatio

    C++approximate-nearest-neighbor-searchc-plus-plusgolang
    Ver en GitHub↗14,157
  • dotheevo/selfhosted-apps-dockerAvatar de DoTheEvo

    DoTheEvo/selfhosted-apps-docker

    2,833Ver en GitHub↗

    This project is a curated collection of deployment files and configurations for hosting a wide variety of open-source services on a home server. It primarily utilizes Docker and Docker Compose to automate the orchestration, lifecycle management, and deployment of containerized applications. The repository provides a comprehensive suite for self-hosted infrastructure, covering network management tools, media streaming, and home automation. It includes specialized configurations for securing internal services via reverse proxies, WireGuard VPN tunnels, and automated SSL/TLS certificate manageme

    Shell
    Ver en GitHub↗2,833
  • unum-cloud/usearchAvatar de unum-cloud

    unum-cloud/USearch

    3,888Ver en GitHub↗

    USearch is a high-performance vector similarity search engine and approximate nearest neighbor index designed for dense embeddings. It functions as a low-level vector database core and high-dimensional vector indexer, providing the primitives necessary to store and retrieve vectors across massive datasets. The engine distinguishes itself through hardware-level SIMD acceleration for distance kernels and a proximity-graph indexing system that enables fast retrieval across billions of vectors. It supports multi-precision vector quantization to balance memory usage and accuracy, and utilizes memo

    C++approximate-nearest-neighbor-searchclusteringdatabase
    Ver en GitHub↗3,888
Ver las 30 alternativas a Trace.moe→