Skip to content

replicate/hype

Repository files navigation

Hype

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.

Local Dev

npm install
cp .dev.vars.example .dev.vars  # fill in values
npm run dev

Deploy

wrangler secret put SUPABASE_URL
wrangler secret put SUPABASE_ANON_KEY
wrangler secret put REPLICATE_API_TOKEN
npm run deploy

Content updates hourly. Manual trigger: npm run updateContent.

Want to run AI models yourself?

Check out Replicate. We make it easy to run, push, and scale machine learning models.