Added Supertonic Wrapper

This commit is contained in:
Space-Banane
2026-01-16 22:06:23 +01:00
parent 809d20c564
commit 06217a1e7a

View File

@@ -1226,6 +1226,19 @@ const miniProjects: MiniProject[] = [
github: "https://github.com/reversed-dev/qr-code-gen",
image: "https://cdn.reversed.dev/pictures/qrcode.jpeg",
},
{
title: "Supertonic TTS Wrapper API",
description: "A simple API wrapper for the Supertonic TTS model.",
why: "I guess nobody made one thats deployable via docker yet?",
github: "https://github.com/Space-Banane/supertonic-wrapper",
image:
"https://shx.reversed.dev/u/cc6j2r.png",
note: {
color: "yellow",
content:
"Experimental. PRs are welcome to improve stability and features.",
},
}
];
const experiences: Experience[] = [