Skip to content

Latest commit

 

History

93 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

findit-client

Async Python client for Findit image search, tagging, and utility operations.

from findit_client import FindItClient

client = FindItClient(
    url_api_search="https://api.findit.moe/",
    url_api_embedding="https://nn.arz.ai/",
)

Search requests use the search endpoints hosted by api.findit.moe: /search_vector, /search_id, /search_scroll, /get_vector_by_booru, and /get_vector_by_id_file/{id}.

The standalone search service is not a fallback. Supplying its retired constructor argument raises TypeError, and transport failures are returned to the caller without retrying another host.

About

Findit.moe api client

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages