From 1687cab6fbff432afc09c671cf583004f64147ab Mon Sep 17 00:00:00 2001 From: Krzysztof Joachimiak Date: Wed, 11 Oct 2023 22:35:33 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c51064..c4e23e0 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,7 @@ * [imgaug_extension](https://github.com/cadenai/imgaug_extension) - Additional augmentations for imgaug. * [Augmentor](https://github.com/mdbloice/Augmentor) - Image augmentation library in Python for machine learning. * [albumentations](https://github.com/albu/albumentations) - Fast image augmentation library and easy-to-use wrapper around other libraries. +* [LAVIS](https://github.com/salesforce/LAVIS) - A One-stop Library for Language-Vision Intelligence. ## Reinforcement Learning * [Gymnasium](https://github.com/Farama-Foundation/Gymnasium) - An API standard for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly [Gym](https://github.com/openai/gym)).