gudatr
Web dev working primarily with php and nodejs backends and recently godot.
freelanceBavaria, DE
Pinned Repositories
godot-ai-rpg
RPG prototype with full Speech To Speech Interaction using Meta's LLaMA 3. Supports Metal and Vulkan.
Godot-Shaders
A collection of various shader effects for Godot game engine
godot-tensorflow-lite-tts
Adaptation of Unity TTS / tensorflow-lite for Godot
godot-whisper
An GDExtension addon for the Godot Engine that enables realtime audio transcription, supports OpenCL for most platforms, Metal for Apple devices, and runs on a separate thread.
GodotSpeechRecognition
godot speech recognition with VOSK - Fork, just in case
gudatr
Config files for my GitHub profile.
piper-without-espeak
A drastically altered variant of piper that does not use espeak or other gpl stuff but currently only supports english. It is designed to be used as a DLL. See the lib.cpp for all available functions.
uws-http-starter
A starter kit for nodejs projects using the router for uWebSockets.js from gudatr/uws-router
gudatr's Repositories
gudatr/godot-ai-rpg
RPG prototype with full Speech To Speech Interaction using Meta's LLaMA 3. Supports Metal and Vulkan.
gudatr/godot-tensorflow-lite-tts
Adaptation of Unity TTS / tensorflow-lite for Godot
gudatr/uws-http-starter
A starter kit for nodejs projects using the router for uWebSockets.js from gudatr/uws-router
gudatr/piper-without-espeak
A drastically altered variant of piper that does not use espeak or other gpl stuff but currently only supports english. It is designed to be used as a DLL. See the lib.cpp for all available functions.
gudatr/Godot-Shaders
A collection of various shader effects for Godot game engine
gudatr/godot-whisper
An GDExtension addon for the Godot Engine that enables realtime audio transcription, supports OpenCL for most platforms, Metal for Apple devices, and runs on a separate thread.
gudatr/GodotSpeechRecognition
godot speech recognition with VOSK - Fork, just in case
gudatr/gudatr
Config files for my GitHub profile.
gudatr/llama.cpp
LLM inference in C/C++
gudatr/log-client
gudatr/log-server
Server Repo for a network log using uWebsockets for transport and PostgreSQL as a database.
gudatr/node-mail-service
A nodejs based websocket service you can relay sending out mails to
gudatr/node-template-engine
A simple Node.js template engine in 100 lines (or less)
gudatr/persistent-schedule
A scheduler for Node.js that persists tasks even when the app is restarted
gudatr/pg-native
A severely trimmed down version of brianc/node-pg-native
gudatr/postgres-pool
A simple and lightweight pool implementation for postgresql
gudatr/simple-copy-files
A simple but powerful cli command to compile during e.g. a build without dependencies
gudatr/smol-queue
gudatr/smol-storage
A simple but persistent and concurrent storage using the file system for Node.js.
gudatr/status
A simple status page inspired by the atlassian status page
gudatr/uws-router
A router with middlewares and helper functions for the uWebSockets.js http server