Skip to main content

ISCC Index - Nearest Neighbor Search

Project description

iscc-index - ISCC Nearest Neighbor Search

A REST OpenAPI Backend for indexing ISCC codes for digital media files.

The Webservice is build with FastAPI and makes use of the ISCC reference implementation. It includes an interactive API documentation:

Interactive ISCC Api Docs

The Docker image is published at https://hub.docker.com/r/titusz/iscc-index

Install via pip

$ pip3 install iscc-index

Start webservice via uvicorn

$ iscc-index
INFO:     Started server process [18800]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://127.0.0.1:8090 (Press CTRL+C to quit)

Setup for development

If you are using poetry:

  • After checkout cd into code directory and run 'poetry install' to install dependencies.
  • Launch dev server with: 'uvicorn iscc_index.main:app --reload' or 'icscc-index'
  • See API docs at: http://127.0.0.1:8090

License

MIT © 2021 Titusz Pan

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iscc-index-1.1.0b5.tar.gz (3.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page