ML/AI news aggregator from GitHub, HuggingFace, and Reddit.
A Hacker News-style ranked list of trending ML/AI repositories and posts, updated hourly.
- GitHub — Trending Python repositories from the past week
- HuggingFace — Recently modified models with likes and downloads
- Reddit — Top posts from r/machinelearning, r/localllama, r/StableDiffusion
-
Install dependencies:
npm install -
Create a D1 database:
wrangler d1 create buzz -
Update
wrangler.jsoncwith your database ID. -
Run the migration:
wrangler d1 execute buzz --file=migrations/0001_init.sql -
Start the dev server:
npm run dev
npm run deploy