Processing in your browser...
Short queries of a few sentences should be almost instant.
Longer texts might take up to 30 seconds.
SDG Analyzer
Get the most related SDG targets for your text!
Query
Copy and paste any text and hit "Query" (currently limited to ~6000 words)
About
SDG Analyzer is a semantic similarity app running entirely in your browser.
It is built with amazing open source technology: transformers.js for running the
latest machine learning models in your browser and Jina AI's recently released large context
embeddings jinaai/jina-embeddings-v2-base-en.
The embeddings for each target are compared to the query embedding (cosine distance) and sorted
accordingly. The diagram shows the maximum target similarity score for each SDG. Note that due to
the nature of embeddings
the absolute value of the cosine distance does matter less than the relative position of each entry.
If you like this app, star it on
GitHub and make sure to have a look at SemanticFinder for in-browser semantic search!
Built by me.