| from setuptools import find_packages, setup | |
| setup( | |
| name = 'Fashion_Image_Captioning', | |
| packages = find_packages(), | |
| version = '2.1.2', | |
| description='Fashion Image Captioning trained using HuggingFace Transfromer Library, PEFT, LoRA', | |
| author = 'USmitha', | |
| license = 'MIT', | |
| ) |