1
stars
117
commits
Python
primary language
Mar 15, 2026
updated
Unihack team: Working or weeping
ResponsibilityMascot.exeNote: Application cold start time can take awhile with no user facing response, as it has to load the AI dependencies, please be patient.
chrome://extensionsLoad unpacked and select the chrome_extension directoryabout:debugging#/runtime/this-firefoxmanifest.json file in the firefox_extension directorycd desktopuv run huggingface-cli download Qwen/Qwen3-TTS-12Hz-0.6B-Base --local-dir ./models/Qwen3-TTS-12Hz-0.6B-Baseuv run main.pyThe AI inference server (llama-cpp-python) will take quite a while to install on first run as it has to compile llama-cpp
If you do not need it to develop your features, comment out name = "llama-cpp-python" in pyproject.toml
Python
46.7%
JavaScript
37.1%
HTML
13.6%
CSS
1.9%
1
stars
117
commits
Python
primary language
Mar 15, 2026
updated
Unihack team: Working or weeping
ResponsibilityMascot.exeNote: Application cold start time can take awhile with no user facing response, as it has to load the AI dependencies, please be patient.
chrome://extensionsLoad unpacked and select the chrome_extension directoryabout:debugging#/runtime/this-firefoxmanifest.json file in the firefox_extension directorycd desktopuv run huggingface-cli download Qwen/Qwen3-TTS-12Hz-0.6B-Base --local-dir ./models/Qwen3-TTS-12Hz-0.6B-Baseuv run main.pyThe AI inference server (llama-cpp-python) will take quite a while to install on first run as it has to compile llama-cpp
If you do not need it to develop your features, comment out name = "llama-cpp-python" in pyproject.toml
Python
46.7%
JavaScript
37.1%
HTML
13.6%
CSS
1.9%