Skip to content

harshitIIITD/quantum-music-composer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quantum-music-composer

Project Description

This repository contains code for generating music using quantum circuits. The project leverages quantum computing to create unique musical compositions by encoding musical notes and rhythms into quantum circuits.

Installation Instructions

To set up the environment and install the necessary dependencies, follow these steps:

  1. Clone the repository:

    git clone https://github.com/harshitIIITD/quantum-music-composer.git
    cd quantum-music-composer
  2. Create a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install the dependencies:

    pip install -r requirements.txt

Usage Instructions

To generate music using the provided Jupyter notebook, follow these steps:

  1. Start Jupyter Notebook:

    jupyter notebook
  2. Open the new.ipynb notebook and run all the cells to generate a MIDI file with the composed music.

License

This project is licensed under the Apache License, Version 2.0. See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published