Fastdeploy

Deploy DL/ ML inference pipelines with minimal extra code.
Alternatives To Fastdeploy
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Jina17,82923 hours ago2,019July 06, 202238apache-2.0Python
🔮 Build multimodal AI services via cloud native technologies · Neural Search · Generative AI · Cloud Native
Kubeflow12,38225 hours ago112April 13, 2021391apache-2.0TypeScript
Machine Learning Toolkit for Kubernetes
Tpot8,98740182 days ago60January 06, 2021284lgpl-3.0Python
A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.
Kedro8,1958323 hours ago35May 09, 2022277apache-2.0Python
A Python framework for creating reproducible, maintainable and modular data science code.
Stanza6,53826813 hours ago17April 23, 202274otherPython
Official Stanford NLP Python Library for Many Human Languages
Augmentor4,8492182 months ago22April 27, 2022132mitPython
Image augmentation library in Python for machine learning.
Clearml4,22283 hours ago93July 04, 2022306apache-2.0Python
ClearML - Auto-Magical CI/CD to streamline your ML workflow. Experiment Manager, MLOps and Data-Management
Deeplearningproject4,043
3 years ago3mitHTML
An in-depth machine learning tutorial introducing readers to a whole machine learning pipeline from scratch.
Orchest3,773
a day ago14April 06, 2022124agpl-3.0Python
Build data pipelines, the easy way 🛠️
Mage Ai3,642
10 hours ago9June 27, 202252apache-2.0Python
🧙 The modern replacement for Airflow. Build, run, and manage data pipelines for integrating and transforming data.
Alternatives To Fastdeploy
Select To Compare


Alternative Project Comparisons
Readme

fastDeploy

Deploy DL/ ML inference pipelines with minimal extra code.

Installation:

pip install --upgrade fastdeploy

Usage:

# Invoke fastdeploy 
fastdeploy --help
# or
python -m fastdeploy --help

# Start prediction "loop" for recipe "echo_json"
fastdeploy --recipe ./echo_json --mode loop

# Start rest apis for recipe "echo_json"
fastdeploy --recipe ./echo_json --mode rest

# Auto genereate dockerfile and build docker image. --base is docker base
fastdeploy --recipe ./recipes/echo_json/ \
 --mode build_rest --base python:3.6-slim
# fastdeploy_echo_json built!

# Run docker image
docker run -it -p8080:8080 fastdeploy_echo_json

fastDeploy monitor

  • available on localhost:8080 (or --port)

Popular Pipeline Projects
Popular Machine Learning Projects
Popular Data Processing Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Python
Docker
Deploy
Ml
Deep Learning
Pytorch
Pipeline
Websocket
Labels
Http Server
Falcon
Gevent