]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
Update README.md
authorGeorgi Gerganov <redacted>
Sat, 8 Oct 2022 08:46:34 +0000 (11:46 +0300)
committerGitHub <redacted>
Sat, 8 Oct 2022 08:46:34 +0000 (11:46 +0300)
README.md

index 87ee7eab9ffdfa8d77330d7fc5b63d62ae3b23f3..44a18d39ede923389dce581899d652483146d3bd 100644 (file)
--- 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