{% if projects %}
| # | 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 %} |
{% if search or language or domain_filter %}Try adjusting your filters.{% else %}Run the GitHub pipeline to discover trending projects.{% endif %}