From a6eb76fa334ca75375fcf8fe22a200fb26bdd95a Mon Sep 17 00:00:00 2001 From: Killian Steunou <80256683+killian31@users.noreply.github.com> Date: Tue, 4 Jul 2023 15:56:59 +0200 Subject: [PATCH] Add joliGEN to the machine learning cv section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b25310..e40663a 100644 --- a/README.md +++ b/README.md @@ -1025,6 +1025,7 @@ be * [pytessarct](https://github.com/madmaze/pytesseract) - Python-tesseract is an optical character recognition (OCR) tool for python. That is, it will recognize and "read" the text embedded in images. Python-tesseract is a wrapper for [Google's Tesseract-OCR Engine](https://github.com/tesseract-ocr/tesseract). * [imutils](https://github.com/jrosebr1/imutils) - A library containing Convenience functions to make basic image processing operations such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and Python. * [PyTorchCV](https://github.com/donnyyou/PyTorchCV) - A PyTorch-Based Framework for Deep Learning in Computer Vision. +* [joliGEN](https://github.com/jolibrain/joliGEN) - Generative AI Image Toolset with GANs and Diffusion for Real-World Applications. * [Self-supervised learning](https://pytorch-lightning-bolts.readthedocs.io/en/latest/self_supervised_models.html) * [neural-style-pt](https://github.com/ProGamerGov/neural-style-pt) - A PyTorch implementation of Justin Johnson's neural-style (neural style transfer). * [Detecto](https://github.com/alankbi/detecto) - Train and run a computer vision model with 5-10 lines of code.