Skip to content

Commit f468497

Browse files
authored
Add a start count for cv and nlp (#1151)
1 parent 8b32716 commit f468497

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

templates/keras_cv/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# KerasCV
22

3+
<a class="github-button" href="https://github.com/keras-team/keras-cv" data-size="large" data-show-count="true" aria-label="Star keras-team/keras-cv on GitHub">Star</a>
4+
35
KerasCV is a toolbox of modular building blocks (layers, metrics, losses, data augmentation) that computer vision engineers can leverage to quickly assemble production-grade, state-of-the-art training and inference pipelines for common use cases such as image classification, object detection, image segmentation, image data augmentation, etc.
46

57
<img style="width: 440px; max-width: 90%;" src="/img/keras-cv-augmentations.gif">

templates/keras_nlp/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# KerasNLP
22

3+
<a class="github-button" href="https://github.com/keras-team/keras-nlp" data-size="large" data-show-count="true" aria-label="Star keras-team/keras-nlp on GitHub">Star</a>
4+
35
KerasNLP is a simple and powerful API for building Natural Language Processing
46
(NLP) models within the Keras ecosystem.
57

0 commit comments

Comments
 (0)