leonard-de-vinci / Text2Mus

The focus of this project is to create a procedural music generator based on feelings read from image or text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text2Mus

The main goal of this project is to build a system that would generate music based on feelings. These feelings could be given thanks to visual analysis or from text analysis.

Status

Work in progress

Getting Started

Prerequisites

  • python 3.6

  • keras + tensorflow

pip install tensorflow
  • Pytorch
pip install https://download.pytorch.org/whl/cu90/torch-1.0.0-cp36-cp36m-win_amd64.whl
pip install torchvision
  • python-rtmidi
pip install python_rtmidi
  • python_glove
pip install python_glove

Authors

License

To be decided

Acknowledgments

  • DVIC (soon to happen)

About

The focus of this project is to create a procedural music generator based on feelings read from image or text


Languages

Language:Python 100.0%