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.
The application is supposed to run inside a Docker container, so you must have it installed.
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
To execute unit tests in a Docker environment, just run
make demo-test-build demo-test-run