File size: 294 Bytes
b74f043
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
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',
)