Search for an article

Select a plan

Choose a plan from below, subscribe, and get access to our exclusive articles!

Monthly plan

billed monthly

Yearly plan

billed yearly

All plans include

  • Donec sagittis elementum
  • Cras tempor massa
  • Mauris eget nulla ut
  • Maecenas nec mollis
  • Donec feugiat rhoncus
  • Sed tristique laoreet
  • Fusce luctus quis urna
  • In eu nulla vehicula
  • Duis eu luctus metus
  • Maecenas consectetur
  • Vivamus mauris purus
  • Aenean neque ipsum
HomeSOLUTIONSYOLO Inference with Docker via API | by Javier Martínez Ojeda |...

YOLO Inference with Docker via API | by Javier Martínez Ojeda | Jul, 2024

Learn how to orchestrate object detection inference via an API with Docker“YOLO Inference with Docker via API” project structure. Image by author.This article will explain how to run inference on a YOLOv8 object detection model using docker, and how to create a REST API through which to orchestrate the inference process. To this end, this article is divided into three sections: how to run YOLOv8 inference, how to implement the API, and how to run both in a Docker container.Along the article, the code implementation of all the concepts and components needed for the project will be shown. The full code can also be found in my GitHub repository.To go deeper into the code and its structure, and to be able to run the inference via REST API with Docker easily with a few commands, the README file in the repository explains in detail the steps to follow, how to get the API documentation and the structure of the project.YOLO was born to address the difficulty of balancing training time and accuracy, as well as to achieve object detection by combining object localization and classification in a single step instead of separately, which were problems that the most popular models/architectures at the time had [1]. Since this article does not…

Latest articles

Newbury BS cuts resi, expat, landlord rates by up to 30bps  – Mortgage Strategy

Newbury Building Society has cut fixed-rate offers by up to 30 basis points...

Rate and Term Refinances Are Up a Whopping 300% from a Year Ago

What a difference a year makes.While the mortgage industry has been purchase loan-heavy for...

Goldman Sachs loses profit after hits from GreenSky, real estate

Second-quarter profit fell 58% to $1.22 billion, or $3.08 a share, due to steep...

Why Do AIs Lie?

Zeroth Principles can clarify many issues in the ML/AI domain. As discussed in a...

More like this

Exploring NLP Preprocessing Techniques: Stopwords, Bag of Words, and Word Cloud | by Ravjot Singh | Jun, 2024

Natural Language Processing (NLP) is a fascinating field that bridges the gap between human...

What Are the Benefits of Using Code llama?

In the world of programming, the ability to generate code with ease and efficiency...

Generative AI and Data quality: Can they be good friends?

Some may disagree, but Generative AI and data quality can work well together, and...