From 56c9b3b2fb3dbb5345df35e00dde0c2f38632e33 Mon Sep 17 00:00:00 2001 From: Jaume Zaragoza Date: Thu, 3 Oct 2024 15:36:32 +0000 Subject: [PATCH] Add badges to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a749823..5c8a16d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # heliport +![License](https://img.shields.io/github/license/zjaume/heliport?color=blue) +![PyPi-version](https://img.shields.io/pypi/v/heliport) + + A language identification tool which aims for both speed and accuracy. Mostly an efficient [HeLI-OTS](https://aclanthology.org/2022.lrec-1.416/) port to Rust, achieving 25x speedups while maintaining same accuracy levels.