Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
/ Lofi Public archive
forked from jacbz/Lofi

ML-supported lo-fi music generator

License

Notifications You must be signed in to change notification settings

alankrantas/Lofi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lofi - Docker Compose Version (With Models)

A slightly modified version of Lofi, a ML-powered lo-fi music generator:

  • Enables to use a Docker Compose file to run both the client and server containers on your machine.
  • Added an static file server for the client.
  • Fixed module path in several Python scripts in server.

Start Lofi

After downloading this repo, run the following command under the project root directory:

docker-compose up -d

The client would be run on http://localhost:8080. (The server APIs would be on http://localhost:3000.)

Stop Lofi

docker-compose down

About

ML-supported lo-fi music generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 45.7%
  • Python 36.2%
  • SCSS 12.6%
  • HTML 4.1%
  • Other 1.4%