| 1 | topic: |
| 2 | id: ai-ml |
| 3 | name: "AI & Machine Learning" |
| 4 | description: "Weekly digest of trending AI/ML repositories on GitHub" |
| 5 | |
| 6 | queries: |
| 7 | primary: |
| 8 | - "topic:machine-learning stars:>50 pushed:>{last_week}" |
| 9 | - "topic:artificial-intelligence stars:>50 pushed:>{last_week}" |
| 10 | secondary: |
| 11 | - "topic:transformers stars:>100 pushed:>{last_week}" |
| 12 | - "topic:llm stars:>100 pushed:>{last_week}" |
| 13 | |
| 14 | scoring: |
| 15 | min_stars: 20 |
| 16 | min_stars_gained: 10 |
| 17 | max_age_days: 365 |
| 18 | min_relevance_score: 40 |
| 19 | language_boost: |
| 20 | Python: 1.2 |
| 21 | Jupyter Notebook: 1.1 |
| 22 | topic_relevance: |
| 23 | - machine-learning |
| 24 | - deep-learning |
| 25 | - artificial-intelligence |
| 26 | - neural-network |
| 27 | - llm |
| 28 | - transformers |
| 29 | |
| 30 | quality: |
| 31 | min_repos_per_week: 5 |
| 32 | max_repos_per_week: 30 |
| 33 | min_quality_score: 60 |
| 34 | |
| 35 | learning: |
| 36 | wisdom_file: "topics/ai-ml/wisdom.md" |
| 37 | skills_dir: "topics/ai-ml/skills/" |
| 38 | continuity_file: "topics/ai-ml/continuity.md" |
| 39 | prediction_file: "topics/ai-ml/predictions.jsonl" |
| 40 | scorecard_dir: "topics/ai-ml/scorecards/" |