Skip to content

Industry-strength Computer Vision workflows with Keras

Notifications You must be signed in to change notification settings

leondgarse/keras-cv

 
 

Repository files navigation

KerasCV

Python Tensorflow contributions welcome

KerasCV is a repository of modular building blocks (layers, metrics, losses, data-augmentation) that applied 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.

KerasCV can be understood as a horizontal extension of the Keras API: the components are new first-party Keras objects (layers, metrics, etc) that are too specialized to be added to core Keras, but that receive the same level of polish and backwards compatibility guarantees as the rest of the Keras API and that are maintained by the Keras team itself (unlike TFAddons).

Currently, KerasCV is operating pre-release. Upon launch of KerasCV 1.0, full API docs and code examples will be available. To learn more about the project, please check the roadmap.

Quick Links

Contributors

If you'd like to contribute, please see our contributing guide.

To find an issue to tackle, please check our call for contributions.

Thank you to all of our wonderful contributors!

About

Industry-strength Computer Vision workflows with Keras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.1%
  • Jupyter Notebook 12.5%
  • Shell 0.4%