π±οΈ 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.