Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 605 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 605 Bytes

Overview

Turn image to text. Write a story based on that text. Read the story

Functionality

  • Load local .jpg image
  • Generate text description of the image with Salesforce/blip-image-captioning-large model based HuggingFace pipeline
  • Generate more text (a story) based on the image description using GPT2 model based HuggingFace pipeline
  • Convert story to .flac audio file with HuggingFace Inference API for kan-bayashi_ljspeech_vits model