πŸ–±οΈ interface moduleΒΆ

interface Module.

Create a web interface to query images and see results based on indexed images on database.

pupyl.web.interface.serve(data_dir=None, port=8080, **kwargs)ΒΆ

Starts the web server.

Parameters:
  • data_dir (str) – The path to the data directory. If not set, will try to find inside the default temporary file.

  • port (int) – Defines the network port which the web server will start listening.

  • extreme_mode (bool) – Optional mode for general acceleration.