pixano.app.cli.server
¶
run(data_dir=typer.Argument(..., help='Path to data directory (contains library/, media/, models/).'), aws_endpoint=typer.Option(None, help="S3 endpoint URL, use 'AWS' if not provided. Used if library_dir or media_dir is an S3 path."), aws_region=typer.Option(None, help='S3 region name, not always required for private storages. Used if library_dir or media_dir is an S3 path.'), aws_access_key=typer.Option(None, help='S3 AWS access key. Used if library_dir or media_dir is an S3 path.'), aws_secret_key=typer.Option(None, help='S3 AWS secret key. Used if library_dir or media_dir is an S3 path.'), host=typer.Option('127.0.0.1', help='Pixano app URL host.'), port=typer.Option(7492, help='Pixano app URL port.'), pixano_inference_url=typer.Option(None, help='Pixano inference API url.'))
¶
Launch the Pixano annotation server.