Skip to content

Momordicin/trace.moe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trace.moe

License Discord

Anime Scene Seach Engine

Trace back the scene where an anime screenshots is taken from.

It tells you which anime, which episode, and the exact moment this scene appears.

Demo

Try this image yourself.

Overview

This repo is just an index page for the whole trace.moe system. It consists of different parts as below:

Client-side (gray parts):

Server-side (blue and red parts):

  • trace.moe-api - API server for image search and database updates
  • trace.moe-media - media server for video storage and scene preview generation
  • LireSolr - image analysis and search plugin for Solr

Others (orange parts):

  • trace.moe-worker - video analysis and indexing
  • anilist-crawler - getting anilist info and store in mariaDB
  • slides - pass presentation slides on project status
  • sola - an offline standalone version that combines liresolr and trace.moe-worker. (no longer in development)

Integrations

The easiest way to integrate with trace.moe is by query string. No API needed.

You can pass image URL in query string like this

https://trace.moe/?url=http://searchimageurl

trace.moe API

A new API is going to be released, stay tuned for updates. Refer to below document for programs using the legacy API.

https://soruly.github.io/trace.moe/

About

Anime Scene Search by Image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 83.5%
  • JavaScript 16.5%