├── Donut_vs_pix2struct_1_Ghega_data_prep.ipynb ├── Donut_vs_pix2struct_2_Ghega_donut.ipynb ├── Donut_vs_pix2struct_3_Ghega_Pix2Struct.ipynb ├── Donut_vs_pix2struct_validation_results.zip ├── LICENSE ├── Marketing_Campaign__With_CrewAI.ipynb ├── OCR_data_augmentations.ipynb ├── README.md ├── Signature_Detection_OpenCV.ipynb └── Yi-01.ai-logo.png /Donut_vs_pix2struct_validation_results.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toon-nooT/notebooks/7e038decc903aa13cb131096378b3df60f2209fb/Donut_vs_pix2struct_validation_results.zip -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2023 Toon-nooT 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # demo notebooks 2 | 3 | * Data augmentation: 4 | - This notebook shows an effective data augmentation method for OCR tasks [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Toon-nooT/notebooks/blob/main/OCR_data_augmentations.ipynb) 5 | * Data prep for Donut and Pix2Struct: 6 | - This notebook shows how to prepare data for the Donut and Pix2Struct models, starting with a new dataset [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Toon-nooT/notebooks/blob/main/Donut_vs_pix2struct_1_Ghega_data_prep.ipynb) 7 | * Finetuning Donut on Ghega Dataset: 8 | - This notebook shows how to finetune Donut on Ghega Dataset [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Toon-nooT/notebooks/blob/main/Donut_vs_pix2struct_2_Ghega_donut.ipynb) 9 | * Finetuning Pix2Struct on Ghega Dataset: 10 | - This notebook shows how to finetune Pix2Struct on Ghega Dataset [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Toon-nooT/notebooks/blob/main/Donut_vs_pix2struct_3_Ghega_Pix2Struct.ipynb) 11 | * Signature detection: 12 | - This notebook shows how to do it with OpenCV [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Toon-nooT/notebooks/blob/main/Signature_Detection_OpenCV.ipynb) 13 | * Powerful Collaboration of AI Agents with CrewAI: A Hands-On Marketing Use Case 14 | - This notebook shows how to do it [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Toon-nooT/notebooks/blob/main/Marketing_Campaign__With_CrewAI.ipynb) 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | [![Visitors](https://api.visitorbadge.io/api/combined?path=https%3A%2F%2Fgithub.com%2FToon-nooT%2Fnotebooks&label=%23&countColor=%23263759)](https://visitorbadge.io/status?path=https%3A%2F%2Fgithub.com%2FToon-nooT%2Fnotebooks) 35 | 36 | -------------------------------------------------------------------------------- /Yi-01.ai-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Toon-nooT/notebooks/7e038decc903aa13cb131096378b3df60f2209fb/Yi-01.ai-logo.png --------------------------------------------------------------------------------