Skip to content

lballore/deep-metal-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deep-metal-demo

Demo application for the DeepMetal generative model. A little SPA able to demonstrate some capabilities of the DeepMetal model, built using FastAPI as backend framework and Svelte for the frontend part.

For more info about the model, please look at the GitHub repo or at the model card on HuggingFace.

How to use

The application is supposed to run inside a Docker container, so you must have it installed.

Run in local

To execute the demo app in local, just run from the root folder of the project:

make demo-build demo-run

The application should then be reachable at your lohalhost address: http://127.0.0.1

Tests

To execute unit tests in a Docker environment, just run

make demo-test-build demo-test-run