šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

mlflow-cors

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mlflow-cors

MLflow CORS extension for enabling cross-origin requests

0.1.1
PyPI
Maintainers
1

MLflow CORS Extension

A simple extension for MLflow that enables Cross-Origin Resource Sharing (CORS) support.

Installation

You can install the package using pip:

pip install mlflow-cors

Usage

The extension is automatically loaded when you start MLflow. No additional configuration is required.

To start MLflow with CORS support:

mlflow server

Development

To install the package in development mode:

pip install -e .

License

This project is licensed under the MIT License - see the LICENSE file for details.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts