Nom – A public feed of your GitHub activity, auto-summarized
LLM-summarized GitHub activity feed when GitHub's native feed already exists.
Summarize any YouTube video in 12 languages using open-source LLMs without API keys.
Local Qwen 2.5-1.5B summarization when Glasp and Eightify already exist.
Privacy-conscious users who want YouTube summaries without API subscriptions
Glasp · Eightify · Summarize.tech
It uses the transformers library with a device-aware backend: it will prioritize CUDA, then MPS (for Mac users), and finally fallback to CPU. I've found that Qwen 2.5-1.5B provides a good balance between speed and summary quality for this specific task.
How it works:
- Extracts the transcript via yt-dlp. - Performs extractive compression if the text exceeds the context window. - Summarizes via local inference with streaming output.
I'd appreciate any feedback for optimization!
LLM-summarized GitHub activity feed when GitHub's native feed already exists.
Free-threaded Python matches FastAPI's I/O throughput at 4x lower complexity.
Free-threaded Python beats async FastAPI +435% on CPU work—paradigm shift, not toy.
Solves a real CI/CD pain, but dotenv validation already exists (python-dotenv, pydantic).
Local 0.8B model with fact-checking citations — no GPU, no cloud, no API key.
Fact-checking with citations and web search runs entirely on your CPU.