You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Private on-device AI suite for Android. Fork of Google AI Edge Gallery with llama.cpp, whisper.cpp, stable-diffusion.cpp, GGUF import, voice chat, vision AI, on-device image generation, biometric lock, encrypted history, and CPU/NPU/GPU acceleration.
Generate voice narration for videos by analyzing frames with OpenAI's API and combine the narration with the video using `PHP-FFmpeg` to ensure seamless synchronization. Great for adding context or commentary to video content.
A fun collection of notebooks for finetuning AI models... Share ready-to-run notebooks… tips & tricks for finetuning... Hugging Face Transformers, Unsloth, vLLM, PyTorch / CUDA magic
Learning project: built a digit recognizer end-to-end — trained a CNN on MNIST, served it with Flask, and connected it to an HTML5 Canvas UI. 99.27% test accuracy.