GithubHelp home page GithubHelp logo

lofi-generator's Introduction

lofi-generator

Machine Learning model that can produce lofi beats. Originally started here, but thought it deserved its own repo

Running the program

This uses poetry so if you have installed, then you can simply do poetry install to install all the dependencies for the project

Train Network

Then you'll need to train the network

poetry run train_network

Produce Music

poetry run generate_music

lofi-generator's People

Contributors

luna215 avatar

Watchers

 avatar

Forkers

leonshine89

lofi-generator's Issues

Use Pipenv instead of poetry

Poetry is giving me a hard time installing tensorflow-macos==2.11.0 even though I can perfectly do it with pip install.

I do believe the issue has to do with poetry using Python3.11.1, however, when I try to use a different python version by doing poetry env use 3.10.9, poetry still uses 3.11.1 to install python packages. I haven't been able to figure out why this is, so switching to pipenv is a lot more efficient at the moment.

Store music samples

At the moment, I'm storing the files onto the repository, but these files tend to be big, so I need to transfer this into a storage space that the program can access them.

The only storage that comes to mind at the moment is an s3 bucket on AWS.

Produce output file as .mp3

At the moment, the program produces the output as .midi, but I want it in .mp3 file.
Maybe python has a library that can help us do this for us or maybe we can hit an api endpoint?

Note:: I'm currently doing research on the difference between these two files so this might not happen if it is just better to keep it in .midi format. We'll see.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.