Deploying an object detection application to the cloud using Kubernetes and Helm

This page summarizes the projects mentioned and recommended in the original post on dev.to

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. pipeless

    An open-source computer vision framework to build and deploy apps in minutes

    helm install pipeless . --set worker.application.git_repo="https://github.com/pipeless-ai/pipeless.git",worker.application.subPath="examples/onnx-yolo",worker.plugins.order="draw",worker.inference.model_uri="file:///app/yolov8n.onnx" --set worker.replicaCount=4

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. pipeless

    Discontinued An open-source computer vision framework to build and deploy apps in minutes without worrying about multimedia pipelines [Moved to: https://github.com/pipeless-ai/pipeless] (by miguelaeh)

  4. pipelessassets

  5. k3s

    Lightweight Kubernetes

    Before deploying our application with Helm, we need a Kubernetes cluster. There are many options to deploy a Kubernetes cluster. You can use Minikube to do it locally, K3s or you can create a cluster in AWS, Azure or Google Cloud.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Computer vision at the edge with Nvidia Jetson in 2 commands

    2 projects | dev.to | 24 Jan 2024
  • Creating a computer vision app in minutes with just two Python functions

    2 projects | dev.to | 2 Jan 2024
  • Simplifying Computer Vision: A Journey with Pipeless

    3 projects | dev.to | 26 Dec 2023
  • Playing a piano with your eyes - Gaze estimation

    2 projects | dev.to | 19 Dec 2023
  • Stateless vs Stateful hooks in your computer vision applications with Pipeless

    3 projects | dev.to | 30 Nov 2023

Did you know that Python is
the 2nd most popular programming language
based on number of references?