From c621639398a50c4c29f5d7d0571f0d1b61fee5f4 Mon Sep 17 00:00:00 2001 From: Lio Date: Tue, 5 Mar 2024 09:42:45 -0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6d3e80b..bc746f1 100755 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ A library to expose an api with a queue for batch predictions The model2queue is a library designed to simplify the execution of heavy functions such as model predictions by queuing tasks in a queue. The library provides an easy-to-use API to queue tasks and define the function to consume a task item. +![Pylint Score](https://img.shields.io/badge/Pylint%20Score-9.85%2F10-brightgreen) +PyLint Score: 0 + ## Installation You can install the Queued Function Executor using pip: