GitHub - IFICL/images-that-sound: Official repo for Images that sound: a special spectrogram that can be seen as images and played as sound generated by diffusions
Images that Sound
Ziyang Chen, Daniel Geng, Andrew Owens
University of Michigan, Ann Arbor
arXiv 2024
[Paper] [Project Page]
This repository contains the code to generate images that sound, a special spectrogram that can be seen as images and played as sound.
Environment
To setup the environment, please simply run:
conda env create -f environment.yml
conda activate soundify
Pro tip: we highly recommend using mamba instead of conda for much faster environment solving and installation.
DeepFlyod:...
Read more at github.com