mirror of
https://github.com/osmarks/meme-search-engine.git
synced 2026-05-26 16:12:06 +00:00
13 lines
386 B
JSON
13 lines
386 B
JSON
{
|
|
"backend_url": "/backend",
|
|
"image_path": "",
|
|
"thumb_path": null,
|
|
"description": "Organizing the world's memes.",
|
|
"name": "Nooscope",
|
|
"telemetry_endpoint": "/telemetry",
|
|
"friendly_mode_default_terms": [
|
|
{ "predefined_embedding": "Meme", "weight": 1, "sign": "+" },
|
|
{ "predefined_embedding": "Aesthetic", "weight": 0.2, "sign": "+" }
|
|
]
|
|
}
|