Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/LofiPublic

ML-supported lo-fi music generator

License

NotificationsYou must be signed in to change notification settings

jacbz/Lofi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BuildStargazersForksIssuesContributorsApache License


Lofi

A ML-supported lo-fi music generator.
Explore »

About

We trained a VAE model inPyTorch to represent a lo-fi track as a vector of 100 features. A lo-fi track consists of chords, melodies, and other musical parameters. The web client usesTone.js to make a dusty lo-fi track out of these parameters.

Architecture

  • Client: The client is written in TypeScript and built with Webpack. It uses Tone.js to generate music.
  • Model: The model is implemented in PyTorch. We synthesized various datasets, including Hooktheory and Spotify.
  • Server: The server is a basic Flask instance that deploys the trained model checkpoint. The client communicates with the server using a REST API.

Setup

If you only want to tinker around with the client, you will only need theclient folder. This will use the project's server as the backend.

If you want to deploy your own model, you can either train your own model (see the instructions in themodel) or download the pre-trained checkpoint fromhere. Once you have deployed the server, change the server address insideclient\src\api.ts.

Set up the client

  1. Installnode.js LTS.
  2. Navigate to the client folder and runnpm install to install the dependencies.
  3. Runnpm run serve to develop ornpm run build to build a distributable.

By default, this uses the project's server as the backend. You can also train your own model and deploy your own server.

Train your own model

See themodel folder for details. Once you have trained your model, put the checkpoint in thecheckpoints folder.

Deploy your own server

See theserver folder for details. You can use the provided Dockerfile. Don't forget to change the API url in the client.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Acknowledgments

Big thanks toZOOPRA UG for hosting the server!


[8]ページ先頭

©2009-2025 Movatter.jp