Skip to content

WilliXL/PyPoser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

PyPoser!

A Probability-Driven Music Composer Written in Python

Created for Carnegie Mellon University's F16 15-112 Term Project.

Watch the video demo submitted for the course

Getting Started

External Libraries

  • PySynth - For generating the music
  • PyAudio - For playing music
  • PyDub - For wrapping PyAudio so that it can create a WAV overlay for playing two WAV files at the same time

The three libraries are easily installed with pip. Once the three libraries are installed (make sure that PyDub is installed after PyAudio as it is a dependency) the program should be ready to run.

pip install pysynth
pip install pyaudio
pip install pydub

Other Dependencies

I also use the MonkeyLearn API for its Machine Learning Algorithm. The raw data that I use for training the algorithm can be found in SongClassificationData.xlsx

Contributing

Email William if you would like to contribute. Currently working on creating a better GUI as well as being able to generate sheet music that corresponds to the generated music.

Acknowledgements

15-112. Difficult course. 10/10 would flunk it again

About

Algorithmic music composer using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages