https://github.com/replicate/hype
A feed of trending repos/models from GitHub, Replicate, HuggingFace, and Reddit.
https://github.com/replicate/hype
Last synced: 7 months ago
JSON representation
A feed of trending repos/models from GitHub, Replicate, HuggingFace, and Reddit.
- Host: GitHub
- URL: https://github.com/replicate/hype
- Owner: replicate
- License: apache-2.0
- Created: 2023-03-27T10:41:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-03T15:21:40.000Z (8 months ago)
- Last Synced: 2025-06-29T23:31:54.694Z (7 months ago)
- Language: JavaScript
- Homepage: https://hype.replicate.dev
- Size: 207 KB
- Stars: 132
- Watchers: 15
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AI Hype
https://hype.replicate.dev
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.
## Development
I don't know next.js so this app was 99% written by GPT-4.
To run locally, first create a `.env.local` file with
```
SUPABASE_URL=...
SUPABASE_ANON_KEY=...
```
Then start the app locally
```
vercel dev
```
### Want to run machine learning models yourself?
Check out [Replicate](https://replicate.com). We make it easy to run, push, and scale machine learning models.