https://github.com/jrr6/mirage
The winning project at Carnegie Mellon University's 2020 Hack112 hackathon, MIRAGE generates music with the MIDI contours of a given photograph, with tonality and tempo determined by the image's features.
https://github.com/jrr6/mirage
generative-art music opencv python
Last synced: 16 days ago
JSON representation
The winning project at Carnegie Mellon University's 2020 Hack112 hackathon, MIRAGE generates music with the MIDI contours of a given photograph, with tonality and tempo determined by the image's features.
- Host: GitHub
- URL: https://github.com/jrr6/mirage
- Owner: jrr6
- Created: 2020-11-07T03:35:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-23T02:01:32.000Z (about 5 years ago)
- Last Synced: 2025-08-17T10:24:20.036Z (11 months ago)
- Topics: generative-art, music, opencv, python
- Language: Python
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# MIRAGE
### MIDI Image Renderer and Audio Generation Engine
Created by Cameron Chiu, Joseph Rotella, Matthew Suh, and Zack Sussman
### Project Description
See here: https://docs.google.com/document/d/1vAp0hvIu12kRFYWOfsTkIwBrCRu7wVZqK4uBAhG6XOc/edit?usp=sharing
### Third-Party Modules
The following modules must be installed in order to run MIRAGE:
* midiutil
* numpy
* opencv-python
* colour-science
Additionally, you must install `fluid-synth` using Homebrew via `brew install fluid-synth`, then copy the file [here](https://drive.google.com/file/d/1UYE4C-W9gCHZJzUZZ-hR_GJBsO8BvcWF/view?usp=sharing) to `/usr/local/Cellar/fluid-synth/2.1.5/share/soundfonts/default.sf2`.