AI Launch Radar
Pricing
from $1.20 / 1,000 ai launch founds
Go to Apify Store
AI Launch Radar
Track AI launches and research signals from GitHub and HuggingFace, with optional experimental directory sources.
Pricing
from $1.20 / 1,000 ai launch founds
Rating
0.0
(0)
Developer
GhostGrid
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Track AI launches and research signals from GitHub trending repos and HuggingFace models, datasets, and papers. Deduplicates results across sources to give you a unified view of what's new in AI.
Why use it?
Stay on top of AI releases without visiting 5 different sites daily. Useful for AI researchers, investors, founders, and builders who need to know about new models, datasets, and open-source projects as they emerge.
Key features
- Multi-source aggregation -- GitHub trending repos + HuggingFace models, datasets, and papers in one output
- Deduplication -- same project appearing on GH and HF is merged into one record
- Trend scoring -- each item gets a recency-weighted trend score for sorting
- Period filtering -- daily, weekly, or monthly time windows
- Source-specific metadata -- GitHub stars, HF downloads, paper citations per source
Input
| Parameter | Type | Default | Description |
|---|---|---|---|
sources | string[] | ["github","huggingface"] | Sources to query: "github", "huggingface", or both |
max_items_per_source | int | 20 | Max items per source (1-100) |
time_period | select | "daily" | daily / weekly / monthly |
categories | string[] | [] | Filter by category (e.g. "nlp", "computer-vision", "audio") |
include_papers | bool | true | Include HuggingFace papers when source includes huggingface |
Output fields
| Field | Type | Description |
|---|---|---|
title | string | Project/model/paper name |
source | string | "github", "huggingface", or "merged" |
type | string | "repository", "model", "dataset", or "paper" |
url | string | Source URL |
description | string | Description from the source |
stars | int | GitHub stars (github only) |
downloads | int | HF monthly downloads (huggingface only) |
author | string | Creator or organization |
category | string | AI category tag |
trend_score | float | 0.0-1.0 recency-weighted trend score |
created_at | string | ISO-8601 timestamp |
Notes
- GitHub trending is refreshed daily by GitHub. Expect same-day data for new repos.
- HuggingFace data refreshes more frequently. New models appear within hours.
- Deduplication merges same-name items across sources; merged records show both URLs.