User Story
As a user with perceptual disabilities, I want to be able to understand a photo in a way that I understand so that I can share moments with people.
Description
Provide a function to play an audio description for a requested photo. (Optional) Converse with an LLM about the photo for further understanding.
Acceptance Criteria
[ ] Takes in an identifier for the image requested
[ ] Generate textual representation of image using LLM Salesforce/blip-image-captioning-large
[ ] Text-to-speech audio using pyttsx3 library
[ ] [Optional] Converse with LLM about the photo. The message to exit the conversation is "stop"
User Story As a user with perceptual disabilities, I want to be able to understand a photo in a way that I understand so that I can share moments with people.
Description Provide a function to play an audio description for a requested photo. (Optional) Converse with an LLM about the photo for further understanding.
Acceptance Criteria
Salesforce/blip-image-captioning-large
pyttsx3
libraryDependencies
4 #11