From: Georgi Gerganov Date: Sat, 8 Oct 2022 08:46:34 +0000 (+0300) Subject: Update README.md X-Git-Tag: upstream/1.7.4~1977 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=4c4ab71d4d1dfbca18e1f096a0050e1c385dc033;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp Update README.md --- diff --git a/README.md b/README.md index 87ee7eab..44a18d39 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # whisper.cpp +[![Actions Status](https://github.com/ggerganov/whisper.cpp/workflows/CI/badge.svg)](https://github.com/ggerganov/whisper.cpp/actions) +[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) + High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model: - Plain C/C++ implementation without dependencies