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
·

1 repositorio

Awesome GitHub RepositoriesPrecomputed Database Dumps

Databases initialized from precomputed export files to avoid full processing and enable instant service readiness.

Distinct from Database Indexing: Distinct from general Database Indexing: focuses on importing fully precomputed data snapshots rather than building indexes from scratch.

Explore 1 awesome GitHub repository matching data & databases · Precomputed Database Dumps. Refine with filters or upvote what's useful.

Awesome Precomputed Database Dumps GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • soruly/trace.moeAvatar de soruly

    soruly/trace.moe

    4,992Ver en GitHub↗

    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

    Loads a snapshot of frame features, metadata, and timestamps into the search service for instant readiness.

    animeimage-searchmilvus
    Ver en GitHub↗4,992
  1. Home
  2. Data & Databases
  3. Database Indexing
  4. Precomputed Database Dumps