All Projects → notAI-tech → Fastdeploy

notAI-tech / Fastdeploy

Licence: mit
Deploy DL/ ML inference pipelines with minimal extra code.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Fastdeploy

Hug
Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.
Stars: ✭ 6,572 (+18677.14%)
Mutual labels:  falcon, http-server
Falcon
A high-performance web server for Ruby, supporting HTTP/1, HTTP/2 and TLS.
Stars: ✭ 2,058 (+5780%)
Mutual labels:  http-server, falcon
Http static
File serving using tower web
Stars: ✭ 18 (-48.57%)
Mutual labels:  http-server
Fht2p
A cross-platform HTTP static file server developed using Rust.
Stars: ✭ 28 (-20%)
Mutual labels:  http-server
Pwndrop
Self-deployable file hosting service for red teamers, allowing to easily upload and share payloads over HTTP and WebDAV.
Stars: ✭ 878 (+2408.57%)
Mutual labels:  http-server
Waitress
Waitress - A WSGI server for Python 2 and 3
Stars: ✭ 916 (+2517.14%)
Mutual labels:  http-server
Na
Share files on your local network
Stars: ✭ 15 (-57.14%)
Mutual labels:  http-server
Farwest
Framework for building RESTful HATEOAS-driven applications.
Stars: ✭ 18 (-48.57%)
Mutual labels:  http-server
Server
Serve your Rubix ML models in production with scalable stand-alone model inference servers.
Stars: ✭ 30 (-14.29%)
Mutual labels:  http-server
Quart
Official mirror of https://gitlab.com/pgjones/quart
Stars: ✭ 872 (+2391.43%)
Mutual labels:  http-server
Liberator
An Elixir library for building RESTful applications.
Stars: ✭ 28 (-20%)
Mutual labels:  http-server
Chili
Chili: HTTP Served Hot
Stars: ✭ 7 (-80%)
Mutual labels:  http-server
Webcpp
用C++开发web服务器框架
Stars: ✭ 23 (-34.29%)
Mutual labels:  http-server
Caddy
Matthew Holt began developing Caddy in 2014 while studying computer science at Brigham Young University. (The name "Caddy" was chosen because this software helps with the tedious, mundane tasks of serving the Web, and is also a single place for multiple things to be organized together.) It soon became the first web server to use HTTPS automatically and by default, and now has hundreds of contributors and has served trillions of HTTPS requests.
Stars: ✭ 35,966 (+102660%)
Mutual labels:  http-server
Sylar
C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)
Stars: ✭ 895 (+2457.14%)
Mutual labels:  http-server
Falcon Celery
Example of how to handle background processes with Falcon, Celery, and Docker
Stars: ✭ 29 (-17.14%)
Mutual labels:  falcon
Foxcross
AsyncIO serving for data science models
Stars: ✭ 18 (-48.57%)
Mutual labels:  serving
Jerrymouse
A scalable java servlet container base on reactor
Stars: ✭ 27 (-22.86%)
Mutual labels:  http-server
Markdownshare
The code behind https://markdownshare.com/
Stars: ✭ 15 (-57.14%)
Mutual labels:  http-server
Gunicorn
gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.
Stars: ✭ 8,001 (+22760%)
Mutual labels:  http-server

fastDeploy

Deploy DL/ ML inference pipelines with minimal extra code.

CLI Usage: https://fastdeploy.notai.tech/cli

API interface: https://fastdeploy.notai.tech/api

pre-built Recipies: https://fastdeploy.notai.tech/recipes

Deploying your code: https://fastdeploy.notai.tech/recipes#building-your-own-recipe-deployment

We provide free to use APIs for some recipes. Documentation: https://fastdeploy.notai.tech/free_apis

Download CLI

wget https://raw.githubusercontent.com/notAI-tech/fastDeploy/master/cli/fastDeploy.py

chmod +x fastDeploy.py

Quick Start

# See all the arguments supported.
./fastDeploy.py --help

# Print list of available recipes with descriptions.
./fastDeploy.py --list_recipes

# Run a recipe (eg: craft_text_detection).
./fastDeploy.py --run craft_text_detection --name craft_text_detection_test_run

Feature Requests and Bug Reports

Please raise a github issue for any feature requests or bug reports.

  • Use issue label fastDeploy Bug for issues with core fastDeploy.
  • Use issue label Recipe Bug for issues with any recipes we provide.
  • Use issue label Request Base for requesting a new base image.
  • Use issue label Request Recipe for requesting a recipe for useful public repos.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].