It's really hard to keep up with open source machine learning. Almost every new Python repo on GitHub is an ML repo, so we made a website that displays all the latest Python repos in a HN-like list. We also added Replicate and HuggingFace models, and posts from r/{LocalLLaMA,MachineLearning,StableDiffusion}.
The website is updated every hour.
npm install
cp .dev.vars.example .dev.vars # fill in values
npm run devwrangler secret put SUPABASE_URL
wrangler secret put SUPABASE_ANON_KEY
wrangler secret put REPLICATE_API_TOKEN
npm run deployContent updates hourly. Manual trigger: npm run updateContent.
Check out Replicate. We make it easy to run, push, and scale machine learning models.