{% if projects %} {% for p in projects %} {% set rank = offset + loop.index %} {% endfor %}
# Repository Stars Forks PRs Lang Domain
{{ rank }} {% if p.description %}
{{ p.description[:200] }}{% if p.description | length > 200 %}…{% endif %}
{% endif %} {% if p.collection_names %}
{% for tag in p.collection_names.split(',') %} {% if tag.strip() %} {{ tag.strip() }} {% endif %} {% endfor %}
{% endif %}
{{ p.stars }} {{ p.forks }} {{ p.pull_requests }} {% if p.language %} {{ p.language }} {% endif %} {% if p.domain == 'aiml' %} AI/ML {% elif p.domain == 'security' %} Security {% endif %}
{% set filter_qs %}{% if search %}&search={{ search | urlencode }}{% endif %}{% if language %}&language={{ language | urlencode }}{% endif %}{% if domain_filter %}&domain={{ domain_filter | urlencode }}{% endif %}{% if sort %}&sort={{ sort | urlencode }}{% endif %}{% endset %} {% if total > limit %} {% endif %} {% else %}

No projects found

{% if search or language or domain_filter %}Try adjusting your filters.{% else %}Run the GitHub pipeline to discover trending projects.{% endif %}

{% endif %}