Skip to content

Commit b31f9fc

Browse files
feat: Add badges to README.md
1 parent f3b178c commit b31f9fc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
A PHP binding for [whisper.cpp](https://github.com/ggerganov/whisper.cpp/), enabling high-performance automatic speech
44
recognition and transcription.
55

6+
<p align="center">
7+
<a href="https://packagist.org/packages/codewithkyrian/whisper.php"><img src="https://img.shields.io/packagist/dt/codewithkyrian/whisper.php" alt="Total Downloads"></a>
8+
<a href="https://packagist.org/packages/codewithkyrian/whisper.php"><img src="https://img.shields.io/packagist/v/codewithkyrian/whisper.php" alt="Latest Stable Version"></a>
9+
<a href="https://github.com/CodeWithKyrian/whisper.php/blob/main/LICENSE"><img src="https://img.shields.io/github/license/codewithkyrian/whisper.php" alt="License"></a>
10+
<a href="https://github.com/CodeWithKyrian/whisper.php/actions/workflows/tests.yml"><img src="https://github.com/CodeWithKyrian/whisper.php/actions/workflows/tests.yml/badge.svg" alt="Tests"></a>
11+
</p>
12+
613
## Requirements
714

815
- PHP 8.1+

0 commit comments

Comments
 (0)