Metadata-Version: 2.1
Name: Image2Story
Version: 0.0.6
Summary: Create Short Story from image caption
Home-page: https://github.com/falahgs/
Author: Falahgs.G.Saleih
Author-email: falahgs07@gmail.com
License: MIT
Keywords: CLIP,GPT3,BLIP
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: timm (==0.4.12)
Requires-Dist: fairscale (==0.4.4)
Requires-Dist: transformers
Requires-Dist: gitpython
Requires-Dist: pycocoevalcap
Requires-Dist: openai
Requires-Dist: googletrans (==3.1.0a0)

# Image2ShortStroy
This is a Python package for easy Create Short Story from image captions using blip models by getting image captions.
 to get some information for any artworks, portraits, any images, and convert image captions to short stories using GPT-3 models
 
## Installation

```
pip install Image2Story==0.0.6

or in colab google cloud
!pip install Image2Story==0.0.6


```

## Tutorial
[Colab Google Drive](https://colab.research.google.com/drive/1ZR0cfKkOHvFi7E4IchLdc2S3JP83kvEp?usp=sharing)
```
u can see tutorial in colab google drive

```
