⚡🗼Liquid AI × WAY × AMD hackathon — 🐈 NyanGuard AI is a local-first moderation demo for audio streams. 📅2026-06-06. It accepts an audio or video file, transcribes speech locally when a local ASR backend is available, replaces toxic language with Nyan Nyan, and returns a playable moderated audio file.
0
stars
6
commits
Python
primary language
Jun 8, 2026
updated
NyanGuard AI is a local-first moderation demo for AITuber / VTuber live chat and audio streams.
It accepts an audio or video file, transcribes speech locally when a local ASR backend is available,
replaces toxic language with Nyan Nyan, and returns a playable moderated audio file.
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
python app.py
Then open the local Gradio URL printed in the terminal.
faster-whisper is used for local speech recognition when installed. The first ASR run may download the selected Whisper model.pyttsx3 is used for local text-to-speech when available.6 commits
Python
100.0%
⚡🗼Liquid AI × WAY × AMD hackathon — 🐈 NyanGuard AI is a local-first moderation demo for audio streams. 📅2026-06-06. It accepts an audio or video file, transcribes speech locally when a local ASR backend is available, replaces toxic language with Nyan Nyan, and returns a playable moderated audio file.
0
stars
6
commits
Python
primary language
Jun 8, 2026
updated
NyanGuard AI is a local-first moderation demo for AITuber / VTuber live chat and audio streams.
It accepts an audio or video file, transcribes speech locally when a local ASR backend is available,
replaces toxic language with Nyan Nyan, and returns a playable moderated audio file.
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
python app.py
Then open the local Gradio URL printed in the terminal.
faster-whisper is used for local speech recognition when installed. The first ASR run may download the selected Whisper model.pyttsx3 is used for local text-to-speech when available.6 commits
Python
100.0%