ggerganov commited on
Commit
11f86cb
·
unverified ·
1 Parent(s): 5ccd239

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -1,5 +1,8 @@
1
  # whisper.cpp
2
 
 
 
 
3
  High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
4
 
5
  - Plain C/C++ implementation without dependencies
 
1
  # whisper.cpp
2
 
3
+ [![Actions Status](https://github.com/ggerganov/whisper.cpp/workflows/CI/badge.svg)](https://github.com/ggerganov/whisper.cpp/actions)
4
+ [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
5
+
6
  High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
7
 
8
  - Plain C/C++ implementation without dependencies