Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 439 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 439 Bytes

Welcome to the Main Github for Data Jam 2024

This holds the original codes for turning the C60 IR spectrum into a MIDI file.

Please push your codes to this git as you develop more features to expand the capabilities of the original code. :)

Possible conda environment:

conda create --name datajam python=3.11 numpy pandas matplotlib ipykernel ipywidgets

And then in this environment:

conda activate datajam pip install midiutil