Skip to content

Commit 08ab987

Browse files
Add badges to README.md
1 parent efed42e commit 08ab987

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
<p>State-of-the-art Machine Learning for PHP</p>
77
</h3>
88

9+
<p align="center">
10+
<a href="https://packagist.org/packages/codewithkyrian/transformers"><img src="https://img.shields.io/packagist/dt/codewithkyrian/transformers" alt="Total Downloads"></a>
11+
<a href="https://packagist.org/packages/codewithkyrian/transformers"><img src="https://img.shields.io/packagist/v/codewithkyrian/transformers" alt="Latest Stable Version"></a>
12+
<a href="https://github.com/CodeWithKyrian/transformers-php/blob/main/LICENSE"><img src="https://img.shields.io/github/license/codewithkyrian/transformers-php" alt="License"></a>
13+
<a href="https://github.com/codewithkyrian/transformers-php"><img src="https://img.shields.io/github/repo-size/codewithkyrian/transformers-php" alt="Documentation"></a>
14+
</p>
15+
916
TransformersPHP is designed to be functionally equivalent to the Python library, while still maintaining the same level
1017
of performance and ease of use. This library is built on top of the Hugging Face's Transformers library, which provides
1118
thousands of pre-trained models in 100+ languages. It is designed to be a simple and easy-to-use library for PHP

0 commit comments

Comments
 (0)