CoolFace
Apppublic

Group17WPIMLDO24/Case-Study-1

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
README.md19 linesDownload Raw Back to root
1---2title: Case-Study-1 - Image-To-Music3emoji: ๐ŸŽผ4colorFrom: gray5colorTo: blue6sdk: gradio7sdk_version: 4.44.08app_file: app.py9pinned: false10---11 12## Case-Study-1: Image-To-Music ๐ŸŽผ13 14An image to music converter, built with the following models:15- https://huggingface.co/Salesforce/blip-image-captioning-large for Image Captioning16- https://huggingface.co/microsoft/Phi-3-mini-4k-instruct       for Audio Prompt generation with Caption17- https://huggingface.co/facebook/musicgen-small                for Music Generation18 19Currently supports .jpg, .jpeg, and .png!