Skip to main content

Inferex CLI - Init, deploy and manage your projects on Inferex infrastructure

Project description

Inferex CLI

Deploy and manage your AI projects on Inferex infrastructure.

See our online documentation for a tutorial.

Installation

pip install inferex

You can invoke "inferex --help" for a list of commands. Each command may have subcommands, which can be called with "--help" as well.

Version 0.1.2:

Usage: inferex [OPTIONS] COMMAND [ARGS]...

  Inferex CLI is a tool that enables AI companies to rapidly deploy pipelines.
  Init, deploy, and manage your projects with Inferex. Invoke "inferex --help"
  for a list of commands.

Options:
  --version  Show the version and exit.
  --help     Show this message and exit.

Commands:
  deploy      🚀 Deploy a project.
  deployment  🌎 Manage Inferex deployments.
  pipelines   📞 List pipelines for a deployment.
  init         Initializes a new project.
  login       🔑 Fetch api key via username & password authentication.
  logs        📃 Get logs of an Inferex deployment
  projects    📁 Manage Inferex projects.
  reset        Deletes the token.json file created at login.

CLI - Basic usage

  1. Create or navigate to the project folder you wish to deploy. You may copy an example project folder from the examples folder ("face_detection", "sentiment_analysis", etc). Each example has inferex.yaml, pipeline.py, and requirements.txt files.

  2. Run the "inferex login" command to log in with your inferex account and save your token locally.

  3. Run "inferex deploy". This will create a tar archive of your project folder and send it to the server for processing.

That's it! inferex deployments will list your deployed projects and their URLs.

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

inferex-0.1.2.tar.gz (26.5 kB view hashes)

Uploaded Source

Built Distribution

inferex-0.1.2-py3-none-any.whl (33.4 kB view hashes)

Uploaded Python 3

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