Publish sample dataset for github-repository-scraper
Browse files- README.md +120 -0
- sample.json +1593 -0
- sample.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,120 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
pretty_name: "GitHub Repository Scraper"
|
| 4 |
+
tags: [other, web-scraping, apify, developer-tools, business, scraper]
|
| 5 |
+
size_categories:
|
| 6 |
+
- n<1K
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# GitHub Repository Scraper
|
| 10 |
+
|
| 11 |
+
Scrape GitHub repositories by search query - stars, forks, language, topics, owner, license and activity dates. Track trending projects, competitor repos or developer activity.
|
| 12 |
+
|
| 13 |
+
## What the actor scrapes
|
| 14 |
+
|
| 15 |
+
# 🐙 GitHub Repository Scraper — Repo Search, Stars, Topics & Trending Data to JSON & CSV Scrape **public repositories from [GitHub](https://github.com)** using the official GitHub Search API. This GitHub scraper turns any search query into a clean, structured dataset of repositories — with stars, forks, language, topics, owner, license and activity dates — with **no blocking and no browser**. Export GitHub repo data to JSON, CSV or Excel. Built for **scheduled, recurring runs**, it lets you trac
|
| 16 |
+
|
| 17 |
+
## Who this is for
|
| 18 |
+
|
| 19 |
+
This sample is useful for anyone working in **other, developer tools, business** who wants a quick look at the shape of the data before running the live actor at scale. Treat it as a static snapshot — counts, prices and timestamps reflect the moment the sample was captured and will drift over time.
|
| 20 |
+
|
| 21 |
+
## Source
|
| 22 |
+
|
| 23 |
+
**Live source:** This dataset is a static sample. For fresh, customizable extractions, run the live Apify actor: [logiover/github-repository-scraper](https://apify.com/logiover/github-repository-scraper)
|
| 24 |
+
|
| 25 |
+
## Fields
|
| 26 |
+
|
| 27 |
+
- **`id`** — unique identifier for the record
|
| 28 |
+
- **`fullName`** — field captured by the actor
|
| 29 |
+
- **`name`** — name of the entity
|
| 30 |
+
- **`owner`** — field captured by the actor
|
| 31 |
+
- **`ownerType`** — field captured by the actor
|
| 32 |
+
- **`description`** — textual description
|
| 33 |
+
- **`url`** — canonical URL of the item
|
| 34 |
+
- **`homepage`** — field captured by the actor
|
| 35 |
+
- **`language`** — content language code
|
| 36 |
+
- **`topics`** — field captured by the actor
|
| 37 |
+
- **`stars`** — field captured by the actor
|
| 38 |
+
- **`forks`** — field captured by the actor
|
| 39 |
+
- **`openIssues`** — field captured by the actor
|
| 40 |
+
- **`watchers`** — field captured by the actor
|
| 41 |
+
- **`license`** — field captured by the actor
|
| 42 |
+
- **`isArchived`** — boolean flag
|
| 43 |
+
- **`createdAt`** — creation timestamp
|
| 44 |
+
- **`updatedAt`** — last update timestamp
|
| 45 |
+
- **`pushedAt`** — timestamp
|
| 46 |
+
- **`scrapedAt`** — timestamp the row was scraped
|
| 47 |
+
|
| 48 |
+
## Sample preview
|
| 49 |
+
|
| 50 |
+
```json
|
| 51 |
+
[
|
| 52 |
+
{
|
| 53 |
+
"id": 54346799,
|
| 54 |
+
"fullName": "public-apis/public-apis",
|
| 55 |
+
"name": "public-apis",
|
| 56 |
+
"owner": "public-apis",
|
| 57 |
+
"ownerType": "Organization",
|
| 58 |
+
"description": "A collective list of free APIs",
|
| 59 |
+
"url": "https://github.com/public-apis/public-apis",
|
| 60 |
+
"homepage": "https://APILayer.com/?utm_source=Github&utm_medium=Referral&utm_campaign=Public-apis-repo",
|
| 61 |
+
"language": "Python",
|
| 62 |
+
"topics": [
|
| 63 |
+
"api",
|
| 64 |
+
"apis",
|
| 65 |
+
"dataset",
|
| 66 |
+
"development",
|
| 67 |
+
"free"
|
| 68 |
+
],
|
| 69 |
+
"stars": 435015,
|
| 70 |
+
"forks": 47665,
|
| 71 |
+
"openIssues": 1327,
|
| 72 |
+
"watchers": 435015,
|
| 73 |
+
"license": "MIT License",
|
| 74 |
+
"isArchived": false,
|
| 75 |
+
"createdAt": "2016-03-20T23:49:42Z",
|
| 76 |
+
"updatedAt": "2026-05-14T20:16:14Z",
|
| 77 |
+
"pushedAt": "2026-05-12T04:34:58Z",
|
| 78 |
+
"scrapedAt": "2026-05-14T20:35:04.531Z"
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"id": 13491895,
|
| 82 |
+
"fullName": "EbookFoundation/free-programming-books",
|
| 83 |
+
"name": "free-programming-books",
|
| 84 |
+
"owner": "EbookFoundation",
|
| 85 |
+
"ownerType": "Organization",
|
| 86 |
+
"description": ":books: Freely available programming books",
|
| 87 |
+
"url": "https://github.com/EbookFoundation/free-programming-books",
|
| 88 |
+
"homepage": "https://ebookfoundation.github.io/free-programming-books/",
|
| 89 |
+
"language": "Python",
|
| 90 |
+
"topics": [
|
| 91 |
+
"books",
|
| 92 |
+
"education",
|
| 93 |
+
"hacktoberfest",
|
| 94 |
+
"list",
|
| 95 |
+
"resource"
|
| 96 |
+
],
|
| 97 |
+
"stars": 388297,
|
| 98 |
+
"forks": 66300,
|
| 99 |
+
"openIssues": 80,
|
| 100 |
+
"watchers": 388297,
|
| 101 |
+
"license": "Creative Commons Attribution 4.0 International",
|
| 102 |
+
"isArchived": false,
|
| 103 |
+
"createdAt": "2013-10-11T06:50:37Z",
|
| 104 |
+
"updatedAt": "2026-05-14T19:34:19Z",
|
| 105 |
+
"pushedAt": "2026-05-12T18:22:15Z",
|
| 106 |
+
"scrapedAt": "2026-05-14T20:35:04.586Z"
|
| 107 |
+
}
|
| 108 |
+
]
|
| 109 |
+
```
|
| 110 |
+
|
| 111 |
+
## Snapshot stats
|
| 112 |
+
|
| 113 |
+
- Row count in this sample: **50**
|
| 114 |
+
- Data quality flag at capture time: `EXISTING_USED`
|
| 115 |
+
|
| 116 |
+
## License & Attribution
|
| 117 |
+
|
| 118 |
+
Released under **Creative Commons Attribution 4.0 (CC BY 4.0)**. If you use this data, please credit the source actor and link back to its Apify Store page: [logiover/github-repository-scraper](https://apify.com/logiover/github-repository-scraper).
|
| 119 |
+
|
| 120 |
+
The sample is provided as-is for evaluation and research. Source websites retain their own terms of service — downstream users are responsible for complying with them when running the live actor or redistributing scraped content.
|
sample.json
ADDED
|
@@ -0,0 +1,1593 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"id": 54346799,
|
| 4 |
+
"fullName": "public-apis/public-apis",
|
| 5 |
+
"name": "public-apis",
|
| 6 |
+
"owner": "public-apis",
|
| 7 |
+
"ownerType": "Organization",
|
| 8 |
+
"description": "A collective list of free APIs",
|
| 9 |
+
"url": "https://github.com/public-apis/public-apis",
|
| 10 |
+
"homepage": "https://APILayer.com/?utm_source=Github&utm_medium=Referral&utm_campaign=Public-apis-repo",
|
| 11 |
+
"language": "Python",
|
| 12 |
+
"topics": [
|
| 13 |
+
"api",
|
| 14 |
+
"apis",
|
| 15 |
+
"dataset",
|
| 16 |
+
"development",
|
| 17 |
+
"free",
|
| 18 |
+
"list",
|
| 19 |
+
"lists",
|
| 20 |
+
"open-source",
|
| 21 |
+
"public",
|
| 22 |
+
"public-api",
|
| 23 |
+
"public-apis",
|
| 24 |
+
"resources",
|
| 25 |
+
"software"
|
| 26 |
+
],
|
| 27 |
+
"stars": 435015,
|
| 28 |
+
"forks": 47665,
|
| 29 |
+
"openIssues": 1327,
|
| 30 |
+
"watchers": 435015,
|
| 31 |
+
"license": "MIT License",
|
| 32 |
+
"isArchived": false,
|
| 33 |
+
"createdAt": "2016-03-20T23:49:42Z",
|
| 34 |
+
"updatedAt": "2026-05-14T20:16:14Z",
|
| 35 |
+
"pushedAt": "2026-05-12T04:34:58Z",
|
| 36 |
+
"scrapedAt": "2026-05-14T20:35:04.531Z"
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"id": 13491895,
|
| 40 |
+
"fullName": "EbookFoundation/free-programming-books",
|
| 41 |
+
"name": "free-programming-books",
|
| 42 |
+
"owner": "EbookFoundation",
|
| 43 |
+
"ownerType": "Organization",
|
| 44 |
+
"description": ":books: Freely available programming books",
|
| 45 |
+
"url": "https://github.com/EbookFoundation/free-programming-books",
|
| 46 |
+
"homepage": "https://ebookfoundation.github.io/free-programming-books/",
|
| 47 |
+
"language": "Python",
|
| 48 |
+
"topics": [
|
| 49 |
+
"books",
|
| 50 |
+
"education",
|
| 51 |
+
"hacktoberfest",
|
| 52 |
+
"list",
|
| 53 |
+
"resource"
|
| 54 |
+
],
|
| 55 |
+
"stars": 388297,
|
| 56 |
+
"forks": 66300,
|
| 57 |
+
"openIssues": 80,
|
| 58 |
+
"watchers": 388297,
|
| 59 |
+
"license": "Creative Commons Attribution 4.0 International",
|
| 60 |
+
"isArchived": false,
|
| 61 |
+
"createdAt": "2013-10-11T06:50:37Z",
|
| 62 |
+
"updatedAt": "2026-05-14T19:34:19Z",
|
| 63 |
+
"pushedAt": "2026-05-12T18:22:15Z",
|
| 64 |
+
"scrapedAt": "2026-05-14T20:35:04.586Z"
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"id": 83222441,
|
| 68 |
+
"fullName": "donnemartin/system-design-primer",
|
| 69 |
+
"name": "system-design-primer",
|
| 70 |
+
"owner": "donnemartin",
|
| 71 |
+
"ownerType": "User",
|
| 72 |
+
"description": "Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.",
|
| 73 |
+
"url": "https://github.com/donnemartin/system-design-primer",
|
| 74 |
+
"homepage": "",
|
| 75 |
+
"language": "Python",
|
| 76 |
+
"topics": [
|
| 77 |
+
"design",
|
| 78 |
+
"design-patterns",
|
| 79 |
+
"design-system",
|
| 80 |
+
"development",
|
| 81 |
+
"interview",
|
| 82 |
+
"interview-practice",
|
| 83 |
+
"interview-questions",
|
| 84 |
+
"programming",
|
| 85 |
+
"python",
|
| 86 |
+
"system",
|
| 87 |
+
"web",
|
| 88 |
+
"web-application",
|
| 89 |
+
"webapp"
|
| 90 |
+
],
|
| 91 |
+
"stars": 348589,
|
| 92 |
+
"forks": 56203,
|
| 93 |
+
"openIssues": 536,
|
| 94 |
+
"watchers": 348589,
|
| 95 |
+
"license": "Other",
|
| 96 |
+
"isArchived": false,
|
| 97 |
+
"createdAt": "2017-02-26T16:15:28Z",
|
| 98 |
+
"updatedAt": "2026-05-14T20:32:03Z",
|
| 99 |
+
"pushedAt": "2026-03-20T01:52:19Z",
|
| 100 |
+
"scrapedAt": "2026-05-14T20:35:04.769Z"
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"id": 21289110,
|
| 104 |
+
"fullName": "vinta/awesome-python",
|
| 105 |
+
"name": "awesome-python",
|
| 106 |
+
"owner": "vinta",
|
| 107 |
+
"ownerType": "User",
|
| 108 |
+
"description": "An opinionated list of Python frameworks, libraries, tools, and resources",
|
| 109 |
+
"url": "https://github.com/vinta/awesome-python",
|
| 110 |
+
"homepage": "https://awesome-python.com/",
|
| 111 |
+
"language": "Python",
|
| 112 |
+
"topics": [
|
| 113 |
+
"awesome",
|
| 114 |
+
"collections",
|
| 115 |
+
"python",
|
| 116 |
+
"python-frameworks",
|
| 117 |
+
"python-libraries",
|
| 118 |
+
"python-tools"
|
| 119 |
+
],
|
| 120 |
+
"stars": 297643,
|
| 121 |
+
"forks": 27904,
|
| 122 |
+
"openIssues": 19,
|
| 123 |
+
"watchers": 297643,
|
| 124 |
+
"license": "Other",
|
| 125 |
+
"isArchived": false,
|
| 126 |
+
"createdAt": "2014-06-27T21:00:06Z",
|
| 127 |
+
"updatedAt": "2026-05-14T20:32:23Z",
|
| 128 |
+
"pushedAt": "2026-05-12T02:36:10Z",
|
| 129 |
+
"scrapedAt": "2026-05-14T20:35:04.802Z"
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"id": 63476337,
|
| 133 |
+
"fullName": "TheAlgorithms/Python",
|
| 134 |
+
"name": "Python",
|
| 135 |
+
"owner": "TheAlgorithms",
|
| 136 |
+
"ownerType": "Organization",
|
| 137 |
+
"description": "All Algorithms implemented in Python",
|
| 138 |
+
"url": "https://github.com/TheAlgorithms/Python",
|
| 139 |
+
"homepage": "https://thealgorithms.github.io/Python/",
|
| 140 |
+
"language": "Python",
|
| 141 |
+
"topics": [
|
| 142 |
+
"algorithm",
|
| 143 |
+
"algorithm-competitions",
|
| 144 |
+
"algorithms-implemented",
|
| 145 |
+
"algos",
|
| 146 |
+
"community-driven",
|
| 147 |
+
"education",
|
| 148 |
+
"hacktoberfest",
|
| 149 |
+
"interview",
|
| 150 |
+
"learn",
|
| 151 |
+
"practice",
|
| 152 |
+
"python",
|
| 153 |
+
"searches",
|
| 154 |
+
"sorting-algorithms",
|
| 155 |
+
"sorts"
|
| 156 |
+
],
|
| 157 |
+
"stars": 221045,
|
| 158 |
+
"forks": 50627,
|
| 159 |
+
"openIssues": 973,
|
| 160 |
+
"watchers": 221045,
|
| 161 |
+
"license": "MIT License",
|
| 162 |
+
"isArchived": false,
|
| 163 |
+
"createdAt": "2016-07-16T09:44:01Z",
|
| 164 |
+
"updatedAt": "2026-05-14T19:16:40Z",
|
| 165 |
+
"pushedAt": "2026-05-04T18:10:39Z",
|
| 166 |
+
"scrapedAt": "2026-05-14T20:35:04.836Z"
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"id": 614765452,
|
| 170 |
+
"fullName": "Significant-Gravitas/AutoGPT",
|
| 171 |
+
"name": "AutoGPT",
|
| 172 |
+
"owner": "Significant-Gravitas",
|
| 173 |
+
"ownerType": "Organization",
|
| 174 |
+
"description": "AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.",
|
| 175 |
+
"url": "https://github.com/Significant-Gravitas/AutoGPT",
|
| 176 |
+
"homepage": "https://agpt.co",
|
| 177 |
+
"language": "Python",
|
| 178 |
+
"topics": [
|
| 179 |
+
"agentic-ai",
|
| 180 |
+
"agents",
|
| 181 |
+
"ai",
|
| 182 |
+
"artificial-intelligence",
|
| 183 |
+
"autonomous-agents",
|
| 184 |
+
"claude",
|
| 185 |
+
"gpt",
|
| 186 |
+
"llama-api",
|
| 187 |
+
"llm",
|
| 188 |
+
"openai",
|
| 189 |
+
"python"
|
| 190 |
+
],
|
| 191 |
+
"stars": 184298,
|
| 192 |
+
"forks": 46234,
|
| 193 |
+
"openIssues": 404,
|
| 194 |
+
"watchers": 184298,
|
| 195 |
+
"license": "Other",
|
| 196 |
+
"isArchived": false,
|
| 197 |
+
"createdAt": "2023-03-16T09:21:07Z",
|
| 198 |
+
"updatedAt": "2026-05-14T20:28:59Z",
|
| 199 |
+
"pushedAt": "2026-05-14T20:33:06Z",
|
| 200 |
+
"scrapedAt": "2026-05-14T20:35:04.866Z"
|
| 201 |
+
},
|
| 202 |
+
{
|
| 203 |
+
"id": 527591471,
|
| 204 |
+
"fullName": "AUTOMATIC1111/stable-diffusion-webui",
|
| 205 |
+
"name": "stable-diffusion-webui",
|
| 206 |
+
"owner": "AUTOMATIC1111",
|
| 207 |
+
"ownerType": "User",
|
| 208 |
+
"description": "Stable Diffusion web UI",
|
| 209 |
+
"url": "https://github.com/AUTOMATIC1111/stable-diffusion-webui",
|
| 210 |
+
"homepage": "",
|
| 211 |
+
"language": "Python",
|
| 212 |
+
"topics": [
|
| 213 |
+
"ai",
|
| 214 |
+
"ai-art",
|
| 215 |
+
"deep-learning",
|
| 216 |
+
"diffusion",
|
| 217 |
+
"gradio",
|
| 218 |
+
"image-generation",
|
| 219 |
+
"image2image",
|
| 220 |
+
"img2img",
|
| 221 |
+
"pytorch",
|
| 222 |
+
"stable-diffusion",
|
| 223 |
+
"text2image",
|
| 224 |
+
"torch",
|
| 225 |
+
"txt2img",
|
| 226 |
+
"unstable",
|
| 227 |
+
"upscaling",
|
| 228 |
+
"web"
|
| 229 |
+
],
|
| 230 |
+
"stars": 163061,
|
| 231 |
+
"forks": 30345,
|
| 232 |
+
"openIssues": 2487,
|
| 233 |
+
"watchers": 163061,
|
| 234 |
+
"license": "GNU Affero General Public License v3.0",
|
| 235 |
+
"isArchived": false,
|
| 236 |
+
"createdAt": "2022-08-22T14:05:26Z",
|
| 237 |
+
"updatedAt": "2026-05-14T19:54:49Z",
|
| 238 |
+
"pushedAt": "2026-03-02T07:00:53Z",
|
| 239 |
+
"scrapedAt": "2026-05-14T20:35:04.897Z"
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"id": 307260205,
|
| 243 |
+
"fullName": "yt-dlp/yt-dlp",
|
| 244 |
+
"name": "yt-dlp",
|
| 245 |
+
"owner": "yt-dlp",
|
| 246 |
+
"ownerType": "Organization",
|
| 247 |
+
"description": "A feature-rich command-line audio/video downloader",
|
| 248 |
+
"url": "https://github.com/yt-dlp/yt-dlp",
|
| 249 |
+
"homepage": "https://discord.gg/H5MNcFW63r",
|
| 250 |
+
"language": "Python",
|
| 251 |
+
"topics": [
|
| 252 |
+
"cli",
|
| 253 |
+
"downloader",
|
| 254 |
+
"python",
|
| 255 |
+
"sponsorblock",
|
| 256 |
+
"youtube-dl",
|
| 257 |
+
"youtube-downloader",
|
| 258 |
+
"yt-dlp"
|
| 259 |
+
],
|
| 260 |
+
"stars": 162276,
|
| 261 |
+
"forks": 13586,
|
| 262 |
+
"openIssues": 2498,
|
| 263 |
+
"watchers": 162276,
|
| 264 |
+
"license": "The Unlicense",
|
| 265 |
+
"isArchived": false,
|
| 266 |
+
"createdAt": "2020-10-26T04:22:55Z",
|
| 267 |
+
"updatedAt": "2026-05-14T20:31:48Z",
|
| 268 |
+
"pushedAt": "2026-05-05T22:54:26Z",
|
| 269 |
+
"scrapedAt": "2026-05-14T20:35:04.930Z"
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"id": 155220641,
|
| 273 |
+
"fullName": "huggingface/transformers",
|
| 274 |
+
"name": "transformers",
|
| 275 |
+
"owner": "huggingface",
|
| 276 |
+
"ownerType": "Organization",
|
| 277 |
+
"description": "🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training. ",
|
| 278 |
+
"url": "https://github.com/huggingface/transformers",
|
| 279 |
+
"homepage": "https://huggingface.co/transformers",
|
| 280 |
+
"language": "Python",
|
| 281 |
+
"topics": [
|
| 282 |
+
"audio",
|
| 283 |
+
"deep-learning",
|
| 284 |
+
"deepseek",
|
| 285 |
+
"gemma",
|
| 286 |
+
"glm",
|
| 287 |
+
"hacktoberfest",
|
| 288 |
+
"llm",
|
| 289 |
+
"machine-learning",
|
| 290 |
+
"model-hub",
|
| 291 |
+
"natural-language-processing",
|
| 292 |
+
"nlp",
|
| 293 |
+
"pretrained-models",
|
| 294 |
+
"python",
|
| 295 |
+
"pytorch",
|
| 296 |
+
"pytorch-transformers",
|
| 297 |
+
"qwen",
|
| 298 |
+
"speech-recognition",
|
| 299 |
+
"transformer",
|
| 300 |
+
"vlm"
|
| 301 |
+
],
|
| 302 |
+
"stars": 160619,
|
| 303 |
+
"forks": 33210,
|
| 304 |
+
"openIssues": 2348,
|
| 305 |
+
"watchers": 160619,
|
| 306 |
+
"license": "Apache License 2.0",
|
| 307 |
+
"isArchived": false,
|
| 308 |
+
"createdAt": "2018-10-29T13:56:00Z",
|
| 309 |
+
"updatedAt": "2026-05-14T20:30:26Z",
|
| 310 |
+
"pushedAt": "2026-05-14T19:23:32Z",
|
| 311 |
+
"scrapedAt": "2026-05-14T20:35:04.957Z"
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"id": 58028038,
|
| 315 |
+
"fullName": "521xueweihan/HelloGitHub",
|
| 316 |
+
"name": "HelloGitHub",
|
| 317 |
+
"owner": "521xueweihan",
|
| 318 |
+
"ownerType": "User",
|
| 319 |
+
"description": ":octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.",
|
| 320 |
+
"url": "https://github.com/521xueweihan/HelloGitHub",
|
| 321 |
+
"homepage": "https://hellogithub.com",
|
| 322 |
+
"language": "Python",
|
| 323 |
+
"topics": [
|
| 324 |
+
"awesome",
|
| 325 |
+
"github",
|
| 326 |
+
"hellogithub",
|
| 327 |
+
"python"
|
| 328 |
+
],
|
| 329 |
+
"stars": 156830,
|
| 330 |
+
"forks": 11958,
|
| 331 |
+
"openIssues": 366,
|
| 332 |
+
"watchers": 156830,
|
| 333 |
+
"license": null,
|
| 334 |
+
"isArchived": false,
|
| 335 |
+
"createdAt": "2016-05-04T06:24:11Z",
|
| 336 |
+
"updatedAt": "2026-05-14T20:23:52Z",
|
| 337 |
+
"pushedAt": "2026-04-28T00:48:03Z",
|
| 338 |
+
"scrapedAt": "2026-05-14T20:35:04.996Z"
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"id": 1024554267,
|
| 342 |
+
"fullName": "NousResearch/hermes-agent",
|
| 343 |
+
"name": "hermes-agent",
|
| 344 |
+
"owner": "NousResearch",
|
| 345 |
+
"ownerType": "Organization",
|
| 346 |
+
"description": "The agent that grows with you",
|
| 347 |
+
"url": "https://github.com/NousResearch/hermes-agent",
|
| 348 |
+
"homepage": "https://hermes-agent.nousresearch.com",
|
| 349 |
+
"language": "Python",
|
| 350 |
+
"topics": [
|
| 351 |
+
"ai",
|
| 352 |
+
"ai-agent",
|
| 353 |
+
"ai-agents",
|
| 354 |
+
"anthropic",
|
| 355 |
+
"chatgpt",
|
| 356 |
+
"claude",
|
| 357 |
+
"claude-code",
|
| 358 |
+
"clawdbot",
|
| 359 |
+
"codex",
|
| 360 |
+
"hermes",
|
| 361 |
+
"hermes-agent",
|
| 362 |
+
"llm",
|
| 363 |
+
"moltbot",
|
| 364 |
+
"nous-research",
|
| 365 |
+
"openai",
|
| 366 |
+
"openclaw"
|
| 367 |
+
],
|
| 368 |
+
"stars": 150183,
|
| 369 |
+
"forks": 23773,
|
| 370 |
+
"openIssues": 11300,
|
| 371 |
+
"watchers": 150183,
|
| 372 |
+
"license": "MIT License",
|
| 373 |
+
"isArchived": false,
|
| 374 |
+
"createdAt": "2025-07-22T22:22:28Z",
|
| 375 |
+
"updatedAt": "2026-05-14T20:32:42Z",
|
| 376 |
+
"pushedAt": "2026-05-14T20:16:42Z",
|
| 377 |
+
"scrapedAt": "2026-05-14T20:35:05.033Z"
|
| 378 |
+
},
|
| 379 |
+
{
|
| 380 |
+
"id": 599320067,
|
| 381 |
+
"fullName": "langflow-ai/langflow",
|
| 382 |
+
"name": "langflow",
|
| 383 |
+
"owner": "langflow-ai",
|
| 384 |
+
"ownerType": "Organization",
|
| 385 |
+
"description": "Langflow is a powerful tool for building and deploying AI-powered agents and workflows.",
|
| 386 |
+
"url": "https://github.com/langflow-ai/langflow",
|
| 387 |
+
"homepage": "http://www.langflow.org",
|
| 388 |
+
"language": "Python",
|
| 389 |
+
"topics": [
|
| 390 |
+
"agents",
|
| 391 |
+
"chatgpt",
|
| 392 |
+
"generative-ai",
|
| 393 |
+
"large-language-models",
|
| 394 |
+
"multiagent",
|
| 395 |
+
"react-flow"
|
| 396 |
+
],
|
| 397 |
+
"stars": 148090,
|
| 398 |
+
"forks": 8977,
|
| 399 |
+
"openIssues": 924,
|
| 400 |
+
"watchers": 148090,
|
| 401 |
+
"license": "MIT License",
|
| 402 |
+
"isArchived": false,
|
| 403 |
+
"createdAt": "2023-02-08T22:28:03Z",
|
| 404 |
+
"updatedAt": "2026-05-14T20:03:16Z",
|
| 405 |
+
"pushedAt": "2026-05-14T20:34:57Z",
|
| 406 |
+
"scrapedAt": "2026-05-14T20:35:05.077Z"
|
| 407 |
+
},
|
| 408 |
+
{
|
| 409 |
+
"id": 1039520,
|
| 410 |
+
"fullName": "ytdl-org/youtube-dl",
|
| 411 |
+
"name": "youtube-dl",
|
| 412 |
+
"owner": "ytdl-org",
|
| 413 |
+
"ownerType": "Organization",
|
| 414 |
+
"description": "Command-line program to download videos from YouTube.com and other video sites",
|
| 415 |
+
"url": "https://github.com/ytdl-org/youtube-dl",
|
| 416 |
+
"homepage": "http://ytdl-org.github.io/youtube-dl/",
|
| 417 |
+
"language": "Python",
|
| 418 |
+
"topics": [],
|
| 419 |
+
"stars": 140283,
|
| 420 |
+
"forks": 10662,
|
| 421 |
+
"openIssues": 4125,
|
| 422 |
+
"watchers": 140283,
|
| 423 |
+
"license": "The Unlicense",
|
| 424 |
+
"isArchived": false,
|
| 425 |
+
"createdAt": "2010-10-31T14:35:07Z",
|
| 426 |
+
"updatedAt": "2026-05-14T19:02:20Z",
|
| 427 |
+
"pushedAt": "2026-02-19T16:45:25Z",
|
| 428 |
+
"scrapedAt": "2026-05-14T20:35:05.118Z"
|
| 429 |
+
},
|
| 430 |
+
{
|
| 431 |
+
"id": 701547123,
|
| 432 |
+
"fullName": "open-webui/open-webui",
|
| 433 |
+
"name": "open-webui",
|
| 434 |
+
"owner": "open-webui",
|
| 435 |
+
"ownerType": "Organization",
|
| 436 |
+
"description": "User-friendly AI Interface (Supports Ollama, OpenAI API, ...)",
|
| 437 |
+
"url": "https://github.com/open-webui/open-webui",
|
| 438 |
+
"homepage": "https://openwebui.com",
|
| 439 |
+
"language": "Python",
|
| 440 |
+
"topics": [
|
| 441 |
+
"ai",
|
| 442 |
+
"llm",
|
| 443 |
+
"llm-ui",
|
| 444 |
+
"llm-webui",
|
| 445 |
+
"llms",
|
| 446 |
+
"mcp",
|
| 447 |
+
"ollama",
|
| 448 |
+
"ollama-webui",
|
| 449 |
+
"open-webui",
|
| 450 |
+
"openai",
|
| 451 |
+
"openapi",
|
| 452 |
+
"rag",
|
| 453 |
+
"self-hosted",
|
| 454 |
+
"ui",
|
| 455 |
+
"webui"
|
| 456 |
+
],
|
| 457 |
+
"stars": 137079,
|
| 458 |
+
"forks": 19539,
|
| 459 |
+
"openIssues": 263,
|
| 460 |
+
"watchers": 137079,
|
| 461 |
+
"license": "Other",
|
| 462 |
+
"isArchived": false,
|
| 463 |
+
"createdAt": "2023-10-06T22:08:27Z",
|
| 464 |
+
"updatedAt": "2026-05-14T20:24:35Z",
|
| 465 |
+
"pushedAt": "2026-05-14T05:12:43Z",
|
| 466 |
+
"scrapedAt": "2026-05-14T20:35:05.156Z"
|
| 467 |
+
},
|
| 468 |
+
{
|
| 469 |
+
"id": 552661142,
|
| 470 |
+
"fullName": "langchain-ai/langchain",
|
| 471 |
+
"name": "langchain",
|
| 472 |
+
"owner": "langchain-ai",
|
| 473 |
+
"ownerType": "Organization",
|
| 474 |
+
"description": "The agent engineering platform.",
|
| 475 |
+
"url": "https://github.com/langchain-ai/langchain",
|
| 476 |
+
"homepage": "https://docs.langchain.com/langchain/",
|
| 477 |
+
"language": "Python",
|
| 478 |
+
"topics": [
|
| 479 |
+
"agents",
|
| 480 |
+
"ai",
|
| 481 |
+
"ai-agents",
|
| 482 |
+
"anthropic",
|
| 483 |
+
"chatgpt",
|
| 484 |
+
"deepagents",
|
| 485 |
+
"enterprise",
|
| 486 |
+
"framework",
|
| 487 |
+
"gemini",
|
| 488 |
+
"generative-ai",
|
| 489 |
+
"langchain",
|
| 490 |
+
"langgraph",
|
| 491 |
+
"llm",
|
| 492 |
+
"multiagent",
|
| 493 |
+
"open-source",
|
| 494 |
+
"openai",
|
| 495 |
+
"pydantic",
|
| 496 |
+
"python",
|
| 497 |
+
"rag",
|
| 498 |
+
"typescript"
|
| 499 |
+
],
|
| 500 |
+
"stars": 136739,
|
| 501 |
+
"forks": 22613,
|
| 502 |
+
"openIssues": 590,
|
| 503 |
+
"watchers": 136739,
|
| 504 |
+
"license": "MIT License",
|
| 505 |
+
"isArchived": false,
|
| 506 |
+
"createdAt": "2022-10-17T02:58:36Z",
|
| 507 |
+
"updatedAt": "2026-05-14T20:10:07Z",
|
| 508 |
+
"pushedAt": "2026-05-14T18:19:47Z",
|
| 509 |
+
"scrapedAt": "2026-05-14T20:35:05.191Z"
|
| 510 |
+
},
|
| 511 |
+
{
|
| 512 |
+
"id": 1061953414,
|
| 513 |
+
"fullName": "anthropics/skills",
|
| 514 |
+
"name": "skills",
|
| 515 |
+
"owner": "anthropics",
|
| 516 |
+
"ownerType": "Organization",
|
| 517 |
+
"description": "Public repository for Agent Skills",
|
| 518 |
+
"url": "https://github.com/anthropics/skills",
|
| 519 |
+
"homepage": "",
|
| 520 |
+
"language": "Python",
|
| 521 |
+
"topics": [
|
| 522 |
+
"agent-skills"
|
| 523 |
+
],
|
| 524 |
+
"stars": 134206,
|
| 525 |
+
"forks": 15839,
|
| 526 |
+
"openIssues": 839,
|
| 527 |
+
"watchers": 134206,
|
| 528 |
+
"license": null,
|
| 529 |
+
"isArchived": false,
|
| 530 |
+
"createdAt": "2025-09-22T15:53:31Z",
|
| 531 |
+
"updatedAt": "2026-05-14T20:31:49Z",
|
| 532 |
+
"pushedAt": "2026-05-09T00:34:37Z",
|
| 533 |
+
"scrapedAt": "2026-05-14T20:35:05.221Z"
|
| 534 |
+
},
|
| 535 |
+
{
|
| 536 |
+
"id": 888092115,
|
| 537 |
+
"fullName": "microsoft/markitdown",
|
| 538 |
+
"name": "markitdown",
|
| 539 |
+
"owner": "microsoft",
|
| 540 |
+
"ownerType": "Organization",
|
| 541 |
+
"description": "Python tool for converting files and office documents to Markdown.",
|
| 542 |
+
"url": "https://github.com/microsoft/markitdown",
|
| 543 |
+
"homepage": "",
|
| 544 |
+
"language": "Python",
|
| 545 |
+
"topics": [
|
| 546 |
+
"autogen",
|
| 547 |
+
"autogen-extension",
|
| 548 |
+
"langchain",
|
| 549 |
+
"markdown",
|
| 550 |
+
"microsoft-office",
|
| 551 |
+
"openai",
|
| 552 |
+
"pdf"
|
| 553 |
+
],
|
| 554 |
+
"stars": 123171,
|
| 555 |
+
"forks": 8325,
|
| 556 |
+
"openIssues": 642,
|
| 557 |
+
"watchers": 123171,
|
| 558 |
+
"license": "MIT License",
|
| 559 |
+
"isArchived": false,
|
| 560 |
+
"createdAt": "2024-11-13T19:56:40Z",
|
| 561 |
+
"updatedAt": "2026-05-14T20:21:33Z",
|
| 562 |
+
"pushedAt": "2026-04-20T17:52:20Z",
|
| 563 |
+
"scrapedAt": "2026-05-14T20:35:05.251Z"
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"id": 589831718,
|
| 567 |
+
"fullName": "Comfy-Org/ComfyUI",
|
| 568 |
+
"name": "ComfyUI",
|
| 569 |
+
"owner": "Comfy-Org",
|
| 570 |
+
"ownerType": "Organization",
|
| 571 |
+
"description": "The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.",
|
| 572 |
+
"url": "https://github.com/Comfy-Org/ComfyUI",
|
| 573 |
+
"homepage": "https://www.comfy.org/",
|
| 574 |
+
"language": "Python",
|
| 575 |
+
"topics": [
|
| 576 |
+
"ai",
|
| 577 |
+
"comfy",
|
| 578 |
+
"comfyui",
|
| 579 |
+
"python",
|
| 580 |
+
"pytorch",
|
| 581 |
+
"stable-diffusion"
|
| 582 |
+
],
|
| 583 |
+
"stars": 112926,
|
| 584 |
+
"forks": 13209,
|
| 585 |
+
"openIssues": 4002,
|
| 586 |
+
"watchers": 112926,
|
| 587 |
+
"license": "GNU General Public License v3.0",
|
| 588 |
+
"isArchived": false,
|
| 589 |
+
"createdAt": "2023-01-17T03:15:56Z",
|
| 590 |
+
"updatedAt": "2026-05-14T20:29:25Z",
|
| 591 |
+
"pushedAt": "2026-05-14T19:26:17Z",
|
| 592 |
+
"scrapedAt": "2026-05-14T20:35:05.290Z"
|
| 593 |
+
},
|
| 594 |
+
{
|
| 595 |
+
"id": 793375104,
|
| 596 |
+
"fullName": "Shubhamsaboo/awesome-llm-apps",
|
| 597 |
+
"name": "awesome-llm-apps",
|
| 598 |
+
"owner": "Shubhamsaboo",
|
| 599 |
+
"ownerType": "User",
|
| 600 |
+
"description": "100+ AI Agent & RAG apps you can actually run — clone, customize, ship.",
|
| 601 |
+
"url": "https://github.com/Shubhamsaboo/awesome-llm-apps",
|
| 602 |
+
"homepage": "https://www.theunwindai.com",
|
| 603 |
+
"language": "Python",
|
| 604 |
+
"topics": [
|
| 605 |
+
"agents",
|
| 606 |
+
"llms",
|
| 607 |
+
"python",
|
| 608 |
+
"rag"
|
| 609 |
+
],
|
| 610 |
+
"stars": 110293,
|
| 611 |
+
"forks": 16331,
|
| 612 |
+
"openIssues": 12,
|
| 613 |
+
"watchers": 110293,
|
| 614 |
+
"license": "Apache License 2.0",
|
| 615 |
+
"isArchived": false,
|
| 616 |
+
"createdAt": "2024-04-29T05:30:25Z",
|
| 617 |
+
"updatedAt": "2026-05-14T20:21:48Z",
|
| 618 |
+
"pushedAt": "2026-05-09T20:59:06Z",
|
| 619 |
+
"scrapedAt": "2026-05-14T20:35:05.323Z"
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"id": 908531752,
|
| 623 |
+
"fullName": "deepseek-ai/DeepSeek-V3",
|
| 624 |
+
"name": "DeepSeek-V3",
|
| 625 |
+
"owner": "deepseek-ai",
|
| 626 |
+
"ownerType": "Organization",
|
| 627 |
+
"description": null,
|
| 628 |
+
"url": "https://github.com/deepseek-ai/DeepSeek-V3",
|
| 629 |
+
"homepage": null,
|
| 630 |
+
"language": "Python",
|
| 631 |
+
"topics": [],
|
| 632 |
+
"stars": 103511,
|
| 633 |
+
"forks": 16730,
|
| 634 |
+
"openIssues": 192,
|
| 635 |
+
"watchers": 103511,
|
| 636 |
+
"license": "MIT License",
|
| 637 |
+
"isArchived": false,
|
| 638 |
+
"createdAt": "2024-12-26T09:52:40Z",
|
| 639 |
+
"updatedAt": "2026-05-14T19:41:46Z",
|
| 640 |
+
"pushedAt": "2025-08-28T03:24:37Z",
|
| 641 |
+
"scrapedAt": "2026-05-14T20:35:05.373Z"
|
| 642 |
+
},
|
| 643 |
+
{
|
| 644 |
+
"id": 65600975,
|
| 645 |
+
"fullName": "pytorch/pytorch",
|
| 646 |
+
"name": "pytorch",
|
| 647 |
+
"owner": "pytorch",
|
| 648 |
+
"ownerType": "Organization",
|
| 649 |
+
"description": "Tensors and Dynamic neural networks in Python with strong GPU acceleration",
|
| 650 |
+
"url": "https://github.com/pytorch/pytorch",
|
| 651 |
+
"homepage": "https://pytorch.org",
|
| 652 |
+
"language": "Python",
|
| 653 |
+
"topics": [
|
| 654 |
+
"autograd",
|
| 655 |
+
"deep-learning",
|
| 656 |
+
"gpu",
|
| 657 |
+
"machine-learning",
|
| 658 |
+
"neural-network",
|
| 659 |
+
"numpy",
|
| 660 |
+
"python",
|
| 661 |
+
"tensor"
|
| 662 |
+
],
|
| 663 |
+
"stars": 99909,
|
| 664 |
+
"forks": 27783,
|
| 665 |
+
"openIssues": 18455,
|
| 666 |
+
"watchers": 99909,
|
| 667 |
+
"license": "Other",
|
| 668 |
+
"isArchived": false,
|
| 669 |
+
"createdAt": "2016-08-13T05:26:41Z",
|
| 670 |
+
"updatedAt": "2026-05-14T20:25:15Z",
|
| 671 |
+
"pushedAt": "2026-05-14T20:33:51Z",
|
| 672 |
+
"scrapedAt": "2026-05-14T20:35:05.412Z"
|
| 673 |
+
},
|
| 674 |
+
{
|
| 675 |
+
"id": 537603333,
|
| 676 |
+
"fullName": "openai/whisper",
|
| 677 |
+
"name": "whisper",
|
| 678 |
+
"owner": "openai",
|
| 679 |
+
"ownerType": "Organization",
|
| 680 |
+
"description": "Robust Speech Recognition via Large-Scale Weak Supervision",
|
| 681 |
+
"url": "https://github.com/openai/whisper",
|
| 682 |
+
"homepage": "",
|
| 683 |
+
"language": "Python",
|
| 684 |
+
"topics": [],
|
| 685 |
+
"stars": 99490,
|
| 686 |
+
"forks": 12185,
|
| 687 |
+
"openIssues": 122,
|
| 688 |
+
"watchers": 99490,
|
| 689 |
+
"license": "MIT License",
|
| 690 |
+
"isArchived": false,
|
| 691 |
+
"createdAt": "2022-09-16T20:02:54Z",
|
| 692 |
+
"updatedAt": "2026-05-14T19:25:50Z",
|
| 693 |
+
"pushedAt": "2026-04-15T16:32:15Z",
|
| 694 |
+
"scrapedAt": "2026-05-14T20:35:05.440Z"
|
| 695 |
+
},
|
| 696 |
+
{
|
| 697 |
+
"id": 1042367133,
|
| 698 |
+
"fullName": "github/spec-kit",
|
| 699 |
+
"name": "spec-kit",
|
| 700 |
+
"owner": "github",
|
| 701 |
+
"ownerType": "Organization",
|
| 702 |
+
"description": "💫 Toolkit to help you get started with Spec-Driven Development",
|
| 703 |
+
"url": "https://github.com/github/spec-kit",
|
| 704 |
+
"homepage": "https://github.github.com/spec-kit/",
|
| 705 |
+
"language": "Python",
|
| 706 |
+
"topics": [
|
| 707 |
+
"ai",
|
| 708 |
+
"copilot",
|
| 709 |
+
"development",
|
| 710 |
+
"engineering",
|
| 711 |
+
"prd",
|
| 712 |
+
"spec",
|
| 713 |
+
"spec-driven"
|
| 714 |
+
],
|
| 715 |
+
"stars": 99349,
|
| 716 |
+
"forks": 8649,
|
| 717 |
+
"openIssues": 410,
|
| 718 |
+
"watchers": 99349,
|
| 719 |
+
"license": "MIT License",
|
| 720 |
+
"isArchived": false,
|
| 721 |
+
"createdAt": "2025-08-21T22:54:31Z",
|
| 722 |
+
"updatedAt": "2026-05-14T20:34:29Z",
|
| 723 |
+
"pushedAt": "2026-05-14T20:14:53Z",
|
| 724 |
+
"scrapedAt": "2026-05-14T20:35:05.472Z"
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"id": 160919119,
|
| 728 |
+
"fullName": "fastapi/fastapi",
|
| 729 |
+
"name": "fastapi",
|
| 730 |
+
"owner": "fastapi",
|
| 731 |
+
"ownerType": "Organization",
|
| 732 |
+
"description": "FastAPI framework, high performance, easy to learn, fast to code, ready for production",
|
| 733 |
+
"url": "https://github.com/fastapi/fastapi",
|
| 734 |
+
"homepage": "https://fastapi.tiangolo.com/",
|
| 735 |
+
"language": "Python",
|
| 736 |
+
"topics": [
|
| 737 |
+
"api",
|
| 738 |
+
"async",
|
| 739 |
+
"asyncio",
|
| 740 |
+
"fastapi",
|
| 741 |
+
"framework",
|
| 742 |
+
"json",
|
| 743 |
+
"json-schema",
|
| 744 |
+
"openapi",
|
| 745 |
+
"openapi3",
|
| 746 |
+
"pydantic",
|
| 747 |
+
"python",
|
| 748 |
+
"python-types",
|
| 749 |
+
"python3",
|
| 750 |
+
"redoc",
|
| 751 |
+
"rest",
|
| 752 |
+
"starlette",
|
| 753 |
+
"swagger",
|
| 754 |
+
"swagger-ui",
|
| 755 |
+
"uvicorn",
|
| 756 |
+
"web"
|
| 757 |
+
],
|
| 758 |
+
"stars": 98205,
|
| 759 |
+
"forks": 9289,
|
| 760 |
+
"openIssues": 200,
|
| 761 |
+
"watchers": 98205,
|
| 762 |
+
"license": "MIT License",
|
| 763 |
+
"isArchived": false,
|
| 764 |
+
"createdAt": "2018-12-08T08:21:47Z",
|
| 765 |
+
"updatedAt": "2026-05-14T19:16:38Z",
|
| 766 |
+
"pushedAt": "2026-05-13T11:43:52Z",
|
| 767 |
+
"scrapedAt": "2026-05-14T20:35:05.531Z"
|
| 768 |
+
},
|
| 769 |
+
{
|
| 770 |
+
"id": 33614304,
|
| 771 |
+
"fullName": "nvbn/thefuck",
|
| 772 |
+
"name": "thefuck",
|
| 773 |
+
"owner": "nvbn",
|
| 774 |
+
"ownerType": "User",
|
| 775 |
+
"description": "Magnificent app which corrects your previous console command.",
|
| 776 |
+
"url": "https://github.com/nvbn/thefuck",
|
| 777 |
+
"homepage": "",
|
| 778 |
+
"language": "Python",
|
| 779 |
+
"topics": [
|
| 780 |
+
"python",
|
| 781 |
+
"shell"
|
| 782 |
+
],
|
| 783 |
+
"stars": 96942,
|
| 784 |
+
"forks": 3948,
|
| 785 |
+
"openIssues": 431,
|
| 786 |
+
"watchers": 96942,
|
| 787 |
+
"license": "MIT License",
|
| 788 |
+
"isArchived": false,
|
| 789 |
+
"createdAt": "2015-04-08T15:08:04Z",
|
| 790 |
+
"updatedAt": "2026-05-14T17:14:19Z",
|
| 791 |
+
"pushedAt": "2024-07-19T14:56:13Z",
|
| 792 |
+
"scrapedAt": "2026-05-14T20:35:05.568Z"
|
| 793 |
+
},
|
| 794 |
+
{
|
| 795 |
+
"id": 881458615,
|
| 796 |
+
"fullName": "browser-use/browser-use",
|
| 797 |
+
"name": "browser-use",
|
| 798 |
+
"owner": "browser-use",
|
| 799 |
+
"ownerType": "Organization",
|
| 800 |
+
"description": "🌐 Make websites accessible for AI agents. Automate tasks online with ease.",
|
| 801 |
+
"url": "https://github.com/browser-use/browser-use",
|
| 802 |
+
"homepage": "https://browser-use.com",
|
| 803 |
+
"language": "Python",
|
| 804 |
+
"topics": [
|
| 805 |
+
"ai-agents",
|
| 806 |
+
"ai-tools",
|
| 807 |
+
"browser-automation",
|
| 808 |
+
"browser-use",
|
| 809 |
+
"llm",
|
| 810 |
+
"playwright",
|
| 811 |
+
"python"
|
| 812 |
+
],
|
| 813 |
+
"stars": 93928,
|
| 814 |
+
"forks": 10612,
|
| 815 |
+
"openIssues": 227,
|
| 816 |
+
"watchers": 93928,
|
| 817 |
+
"license": "MIT License",
|
| 818 |
+
"isArchived": false,
|
| 819 |
+
"createdAt": "2024-10-31T16:00:56Z",
|
| 820 |
+
"updatedAt": "2026-05-14T20:28:59Z",
|
| 821 |
+
"pushedAt": "2026-05-13T17:37:24Z",
|
| 822 |
+
"scrapedAt": "2026-05-14T20:35:05.598Z"
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"id": 695864515,
|
| 826 |
+
"fullName": "hacksider/Deep-Live-Cam",
|
| 827 |
+
"name": "Deep-Live-Cam",
|
| 828 |
+
"owner": "hacksider",
|
| 829 |
+
"ownerType": "User",
|
| 830 |
+
"description": "real time face swap and one-click video deepfake with only a single image",
|
| 831 |
+
"url": "https://github.com/hacksider/Deep-Live-Cam",
|
| 832 |
+
"homepage": "https://deeplivecam.net/",
|
| 833 |
+
"language": "Python",
|
| 834 |
+
"topics": [
|
| 835 |
+
"ai",
|
| 836 |
+
"ai-deep-fake",
|
| 837 |
+
"ai-face",
|
| 838 |
+
"ai-webcam",
|
| 839 |
+
"artificial-intelligence",
|
| 840 |
+
"deep-fake",
|
| 841 |
+
"deepfake",
|
| 842 |
+
"deepfake-webcam",
|
| 843 |
+
"faceswap",
|
| 844 |
+
"fake-webcam",
|
| 845 |
+
"gan",
|
| 846 |
+
"real-time-deepfake",
|
| 847 |
+
"realtime",
|
| 848 |
+
"realtime-deepfake",
|
| 849 |
+
"realtime-face-changer",
|
| 850 |
+
"video-deepfake",
|
| 851 |
+
"webcam",
|
| 852 |
+
"webcamera"
|
| 853 |
+
],
|
| 854 |
+
"stars": 93009,
|
| 855 |
+
"forks": 13540,
|
| 856 |
+
"openIssues": 113,
|
| 857 |
+
"watchers": 93009,
|
| 858 |
+
"license": "GNU Affero General Public License v3.0",
|
| 859 |
+
"isArchived": false,
|
| 860 |
+
"createdAt": "2023-09-24T13:19:31Z",
|
| 861 |
+
"updatedAt": "2026-05-14T18:39:49Z",
|
| 862 |
+
"pushedAt": "2026-05-08T02:20:56Z",
|
| 863 |
+
"scrapedAt": "2026-05-14T20:35:05.637Z"
|
| 864 |
+
},
|
| 865 |
+
{
|
| 866 |
+
"id": 4164482,
|
| 867 |
+
"fullName": "django/django",
|
| 868 |
+
"name": "django",
|
| 869 |
+
"owner": "django",
|
| 870 |
+
"ownerType": "Organization",
|
| 871 |
+
"description": "The Web framework for perfectionists with deadlines.",
|
| 872 |
+
"url": "https://github.com/django/django",
|
| 873 |
+
"homepage": "https://www.djangoproject.com/",
|
| 874 |
+
"language": "Python",
|
| 875 |
+
"topics": [
|
| 876 |
+
"apps",
|
| 877 |
+
"django",
|
| 878 |
+
"framework",
|
| 879 |
+
"models",
|
| 880 |
+
"orm",
|
| 881 |
+
"python",
|
| 882 |
+
"templates",
|
| 883 |
+
"views",
|
| 884 |
+
"web"
|
| 885 |
+
],
|
| 886 |
+
"stars": 87485,
|
| 887 |
+
"forks": 33869,
|
| 888 |
+
"openIssues": 427,
|
| 889 |
+
"watchers": 87485,
|
| 890 |
+
"license": "BSD 3-Clause \"New\" or \"Revised\" License",
|
| 891 |
+
"isArchived": false,
|
| 892 |
+
"createdAt": "2012-04-28T02:47:18Z",
|
| 893 |
+
"updatedAt": "2026-05-14T19:50:48Z",
|
| 894 |
+
"pushedAt": "2026-05-14T11:49:25Z",
|
| 895 |
+
"scrapedAt": "2026-05-14T20:35:05.673Z"
|
| 896 |
+
},
|
| 897 |
+
{
|
| 898 |
+
"id": 12888993,
|
| 899 |
+
"fullName": "home-assistant/core",
|
| 900 |
+
"name": "core",
|
| 901 |
+
"owner": "home-assistant",
|
| 902 |
+
"ownerType": "Organization",
|
| 903 |
+
"description": ":house_with_garden: Open source home automation that puts local control and privacy first.",
|
| 904 |
+
"url": "https://github.com/home-assistant/core",
|
| 905 |
+
"homepage": "https://www.home-assistant.io",
|
| 906 |
+
"language": "Python",
|
| 907 |
+
"topics": [
|
| 908 |
+
"asyncio",
|
| 909 |
+
"hacktoberfest",
|
| 910 |
+
"home-automation",
|
| 911 |
+
"internet-of-things",
|
| 912 |
+
"iot",
|
| 913 |
+
"mqtt",
|
| 914 |
+
"python",
|
| 915 |
+
"raspberry-pi"
|
| 916 |
+
],
|
| 917 |
+
"stars": 87058,
|
| 918 |
+
"forks": 37479,
|
| 919 |
+
"openIssues": 4033,
|
| 920 |
+
"watchers": 87058,
|
| 921 |
+
"license": "Apache License 2.0",
|
| 922 |
+
"isArchived": false,
|
| 923 |
+
"createdAt": "2013-09-17T07:29:48Z",
|
| 924 |
+
"updatedAt": "2026-05-14T20:31:13Z",
|
| 925 |
+
"pushedAt": "2026-05-14T20:31:03Z",
|
| 926 |
+
"scrapedAt": "2026-05-14T20:35:05.770Z"
|
| 927 |
+
},
|
| 928 |
+
{
|
| 929 |
+
"id": 32689863,
|
| 930 |
+
"fullName": "3b1b/manim",
|
| 931 |
+
"name": "manim",
|
| 932 |
+
"owner": "3b1b",
|
| 933 |
+
"ownerType": "User",
|
| 934 |
+
"description": "Animation engine for explanatory math videos",
|
| 935 |
+
"url": "https://github.com/3b1b/manim",
|
| 936 |
+
"homepage": null,
|
| 937 |
+
"language": "Python",
|
| 938 |
+
"topics": [
|
| 939 |
+
"3b1b-videos",
|
| 940 |
+
"animation",
|
| 941 |
+
"explanatory-math-videos",
|
| 942 |
+
"python"
|
| 943 |
+
],
|
| 944 |
+
"stars": 86825,
|
| 945 |
+
"forks": 7288,
|
| 946 |
+
"openIssues": 492,
|
| 947 |
+
"watchers": 86825,
|
| 948 |
+
"license": "MIT License",
|
| 949 |
+
"isArchived": false,
|
| 950 |
+
"createdAt": "2015-03-22T18:50:58Z",
|
| 951 |
+
"updatedAt": "2026-05-14T19:37:41Z",
|
| 952 |
+
"pushedAt": "2026-04-18T13:59:18Z",
|
| 953 |
+
"scrapedAt": "2026-05-14T20:35:05.839Z"
|
| 954 |
+
},
|
| 955 |
+
{
|
| 956 |
+
"id": 162998479,
|
| 957 |
+
"fullName": "sherlock-project/sherlock",
|
| 958 |
+
"name": "sherlock",
|
| 959 |
+
"owner": "sherlock-project",
|
| 960 |
+
"ownerType": "Organization",
|
| 961 |
+
"description": "Hunt down social media accounts by username across social networks",
|
| 962 |
+
"url": "https://github.com/sherlock-project/sherlock",
|
| 963 |
+
"homepage": "https://sherlockproject.xyz",
|
| 964 |
+
"language": "Python",
|
| 965 |
+
"topics": [
|
| 966 |
+
"cli",
|
| 967 |
+
"cti",
|
| 968 |
+
"cybersecurity",
|
| 969 |
+
"forensics",
|
| 970 |
+
"hacktoberfest",
|
| 971 |
+
"information-gathering",
|
| 972 |
+
"infosec",
|
| 973 |
+
"linux",
|
| 974 |
+
"osint",
|
| 975 |
+
"pentesting",
|
| 976 |
+
"python",
|
| 977 |
+
"python3",
|
| 978 |
+
"reconnaissance",
|
| 979 |
+
"redteam",
|
| 980 |
+
"sherlock",
|
| 981 |
+
"tools"
|
| 982 |
+
],
|
| 983 |
+
"stars": 83331,
|
| 984 |
+
"forks": 9721,
|
| 985 |
+
"openIssues": 268,
|
| 986 |
+
"watchers": 83331,
|
| 987 |
+
"license": "MIT License",
|
| 988 |
+
"isArchived": false,
|
| 989 |
+
"createdAt": "2018-12-24T14:30:48Z",
|
| 990 |
+
"updatedAt": "2026-05-14T20:17:10Z",
|
| 991 |
+
"pushedAt": "2026-05-14T06:10:48Z",
|
| 992 |
+
"scrapedAt": "2026-05-14T20:35:05.875Z"
|
| 993 |
+
},
|
| 994 |
+
{
|
| 995 |
+
"id": 212639071,
|
| 996 |
+
"fullName": "bregman-arie/devops-exercises",
|
| 997 |
+
"name": "devops-exercises",
|
| 998 |
+
"owner": "bregman-arie",
|
| 999 |
+
"ownerType": "User",
|
| 1000 |
+
"description": "Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions",
|
| 1001 |
+
"url": "https://github.com/bregman-arie/devops-exercises",
|
| 1002 |
+
"homepage": "",
|
| 1003 |
+
"language": "Python",
|
| 1004 |
+
"topics": [
|
| 1005 |
+
"ansible",
|
| 1006 |
+
"aws",
|
| 1007 |
+
"azure",
|
| 1008 |
+
"coding",
|
| 1009 |
+
"containers",
|
| 1010 |
+
"devops",
|
| 1011 |
+
"docker",
|
| 1012 |
+
"git",
|
| 1013 |
+
"interview",
|
| 1014 |
+
"interview-questions",
|
| 1015 |
+
"kubernetes",
|
| 1016 |
+
"linux",
|
| 1017 |
+
"openstack",
|
| 1018 |
+
"production-engineer",
|
| 1019 |
+
"prometheus",
|
| 1020 |
+
"python",
|
| 1021 |
+
"sql",
|
| 1022 |
+
"sre",
|
| 1023 |
+
"terraform"
|
| 1024 |
+
],
|
| 1025 |
+
"stars": 82352,
|
| 1026 |
+
"forks": 19396,
|
| 1027 |
+
"openIssues": 46,
|
| 1028 |
+
"watchers": 82352,
|
| 1029 |
+
"license": "Other",
|
| 1030 |
+
"isArchived": false,
|
| 1031 |
+
"createdAt": "2019-10-03T17:31:21Z",
|
| 1032 |
+
"updatedAt": "2026-05-14T19:48:04Z",
|
| 1033 |
+
"pushedAt": "2025-12-27T14:22:30Z",
|
| 1034 |
+
"scrapedAt": "2026-05-14T20:35:05.902Z"
|
| 1035 |
+
},
|
| 1036 |
+
{
|
| 1037 |
+
"id": 1174820787,
|
| 1038 |
+
"fullName": "karpathy/autoresearch",
|
| 1039 |
+
"name": "autoresearch",
|
| 1040 |
+
"owner": "karpathy",
|
| 1041 |
+
"ownerType": "User",
|
| 1042 |
+
"description": "AI agents running research on single-GPU nanochat training automatically",
|
| 1043 |
+
"url": "https://github.com/karpathy/autoresearch",
|
| 1044 |
+
"homepage": null,
|
| 1045 |
+
"language": "Python",
|
| 1046 |
+
"topics": [],
|
| 1047 |
+
"stars": 81083,
|
| 1048 |
+
"forks": 11789,
|
| 1049 |
+
"openIssues": 185,
|
| 1050 |
+
"watchers": 81083,
|
| 1051 |
+
"license": null,
|
| 1052 |
+
"isArchived": false,
|
| 1053 |
+
"createdAt": "2026-03-06T22:00:43Z",
|
| 1054 |
+
"updatedAt": "2026-05-14T20:13:39Z",
|
| 1055 |
+
"pushedAt": "2026-03-26T00:07:37Z",
|
| 1056 |
+
"scrapedAt": "2026-05-14T20:35:05.949Z"
|
| 1057 |
+
},
|
| 1058 |
+
{
|
| 1059 |
+
"id": 145553672,
|
| 1060 |
+
"fullName": "fighting41love/funNLP",
|
| 1061 |
+
"name": "funNLP",
|
| 1062 |
+
"owner": "fighting41love",
|
| 1063 |
+
"ownerType": "User",
|
| 1064 |
+
"description": "中英文敏感词、语言检测、中外手机/电话归属地/运营商查询、名字推断性别、手机号抽取、身份证抽取、邮箱抽取、中日文人名库、中文缩写库、拆字词典、词汇情感值、停用词、反动词表、暴恐词表、繁简体转换、英文模拟中文发音、汪峰歌词生成器、职业名称词库、同义词库、反义词库、否定词库、汽车品牌词库、汽车零件词库、连续英文切割、各种中文词向量、公司名字大全、古诗词库、IT词库、财经词库、成语词库���地名词库、历史名人词库、诗词词库、医学词库、饮食词库、法律词库、汽车词库、动物词库、中文聊天语料、中文谣言数据、百度中文问答数据集、句子相似度匹配算法集合、bert资源、文本生成&摘要相关工具、cocoNLP信息抽取工具、国内电话号码正则匹配、清华大学XLORE:中英文跨语言百科知识图谱、清华大学人工智能技术系列报告、自然语言生成、NLU太难了系列、自动对联数据及机器人、用户名黑名单列表、罪名法务名词及分类模型、微信公众号语料、cs224n深度学习自然语言处理课程、中文手写汉字识别、中文自然语言处理 语料/数据集、变量命名神器、分词语料库+代码、任务型对话英文数据集、ASR 语音数据集 + 基于深度学习的中文语音识别系统、笑声检测器、Microsoft多语言数字/单位/如日期时间识别包、中华新华字典数据库及api(包括常用歇后语、成语、词语和汉字)、文档图谱自动生成、SpaCy 中文模型、Common Voice语音识别数据集新版、神经网络关系抽取、基于bert的命名实体识别、关键词(Keyphrase)抽取包pke、基于医疗领域知识图谱的问答系统、基于依存句法与语义角色标注的事件三元组抽取、依存句法分析4万句高质量标注数据、cnocr:用来做中文OCR的Python3包、中文人物关系知识图谱项目、中文nlp竞赛项目及代码汇总、中文字符数据、speech-aligner: 从“人声语音”及其“语言文本”产生音素级别时间对齐标注的工具、AmpliGraph: 知识图谱表示学习(Python)库:知识图谱概念链接预测、Scattertext 文本可视化(python)、语言/知识表示工具:BERT & ERNIE、中文对比英文自然语言处理NLP的区别综述、Synonyms中文近义词工具包、HarvestText领域自适应文本挖掘工具(新词发现-情感分析-实体链接等)、word2word:(Python)方便易用的多语言词-词对集:62种语言/3,564个多语言对、语音识别语料生成工具:从具有音频/字幕的在线视频创建自动语音识别(ASR)语料库、构建医疗实体识别的模型(包含词典和语料标注)、单文档非监督的关键词抽取、Kashgari中使用gpt-2语言模型、开源的金融投资数据提取工具、文本自动摘要库TextTeaser: 仅支持英文、人民日报语料处理工具集、一些关于自然语言的基本模型、基于14W歌曲知识库的问答尝试--功能包括歌词接龙and已知歌词找歌曲以及歌曲歌手歌词三角关系的问答、基于Siamese bilstm模型的相似句子判定模型并提供训练数据集和测试数据集、用Transformer编解码模型实现的根据Hacker News文章标题自动生成评论、用BERT进行序列标记和文本分类的模板代码、LitBank:NLP数据集——支持自然语言处理和计算人文学科任务的100部带标记英文小说语料、百度开源的基准信息抽取系统、虚假新闻数据集、Facebook: LAMA语言模型分析,提供Transformer-XL/BERT/ELMo/GPT预训练语言模型的统一访问接口、CommonsenseQA:面向常识的英文QA挑战、中文知识图谱资料、数据及工具、各大公司内部里大牛分享的技术文档 PDF 或者 PPT、自然语言生成SQL语句(英文)、中文NLP数据增强(EDA)工具、英文NLP数据增强工具 、基于医药知识图谱的智能问答系统、京东商品知识图谱、基于mongodb存储的军事领域知识图谱问答项目、基于远监督的中文关系抽取、语音情感分析、中文ULMFiT-情感分析-文本分类-语料及模型、一个拍照做题程序、世界各国大规模人名库、一个利用有趣中文语料库 qingyun 训练出来的中文聊天机器人、中文聊天机器人seqGAN、省市区镇行政区划数据带拼音标注、教育行业新闻语料库包含自动文摘功能、开放了对话机器人-知识图谱-语义理解-自然语言处理工具及数据、中文知识图谱:基于百度百科中文页面-抽取三元组信息-构建中文知识图谱、masr: 中文语音识别-提供预训练模型-高识别率、Python音频数据增广库、中文全词覆盖BERT及两份阅读理解数据、ConvLab:开源多域端到端对话系统平台、中文自然语言处理数据集、基于最新版本rasa搭建的对话系统、基于TensorFlow和BERT的管道式实体及关系抽取、一个小型的证券知识图谱/知识库、复盘所有NLP比赛的TOP方案、OpenCLaP:多领域开源中文预训练语言模型仓库、UER:基于不同语料+编码器+目标任务的中文预训练模型仓库、中文自然语言处理向量合集、基于金融-司法领域(兼有闲聊性质)的聊天机器人、g2pC:基于上下文的汉语读音自动标记模块、Zincbase 知识图谱构建工具包、诗歌质量评价/细粒度情感诗歌语料库、快速转化「中文数字」和「阿拉伯数字」、百度知道问答语料库、基于知识图谱的问答系统、jieba_fast 加速版的jieba、正则表达式教程、中文阅读理解数据集、基于BERT等最新语言模型的抽取式摘要提取、Python利用深度学习进行文本摘要的综合指南、知识图谱深度学习相关资料整理、维基大规模平行文本语料、StanfordNLP 0.2.0:纯Python版自然语言处理包、NeuralNLP-NeuralClassifier:腾讯开源深度学习文本分类工具、端到端的封闭域对话系统、中文命名实体识别:NeuroNER vs. BertNER、新闻事件线索抽取、2019年百度的三元组抽取比赛:“科学空间队”源码、基于依存句法的开放域文本知识三元组抽取和知识库构建、中文的GPT2训练代码、ML-NLP - 机器学习(Machine Learning)NLP面试中常考到的知识点和代码实现、nlp4han:中文自然语言处理工具集(断句/分词/词性标注/组块/句法分析/语义分析/NER/N元语法/HMM/代词消解/情感分析/拼写检查、XLM:Facebook的跨语言预训练语言模型、用基于BERT的微调和特征提取方法来进行知识图谱百度百科人物词条属性抽取、中文自然语言处理相关的开放任务-数据集-当前最佳结果、CoupletAI - 基于CNN+Bi-LSTM+Attention 的自动对对联系统、抽象知识图谱、MiningZhiDaoQACorpus - 580万百度知道问答数据挖掘项目、brat rapid annotation tool: 序列标注工具、大规模中文知识图谱数据:1.4亿实体、数据增强在机器翻译及其他nlp任务中的应用及效果、allennlp阅读理解:支持多种数据和模型、PDF表格数据提取工具 、 Graphbrain:AI开源软件库和科研工具,目的是促进自动意义提取和文本理解以及知识的探索和推断、简历自动筛选系统、基于命名实体识别的简历自动摘要、中文语言理解测评基准,包括代表性的数据集&基准模型&语料库&排行榜、树洞 OCR 文字识别 、从包含表格的扫描图片中识别表格和文字、语声迁移、Python口语自然语言处理工具集(英文)、 similarity:相似度计算工具包,java编写、海量中文预训练ALBERT模型 、Transformers 2.0 、基于大规模音频数据集Audioset的音频增强 、Poplar:网页版自然语言标注工具、图片文字去除,可用于漫画翻译 、186种语言的数字叫法库、Amazon发布基于知识的人-人开放领域对话数据集 、中文文本纠错模块代码、繁简体转换 、 Python实现的多种文本可读性评价指标、类似于人名/地名/组织机构名的命名体识别数据集 、东南大学《知识图谱》研究生课程(资料)、. 英文拼写检查库 、 wwsearch是企业微信后台自研的全文检索引擎、CHAMELEON:深度学习新闻推荐系统元架构 、 8篇论文梳理BERT相关模型进展与反思、DocSearch:免费文档搜索引擎、 LIDA:轻量交互式对话标注工具 、aili - the fastest in-memory index in the East 东半球最快并发索引 、知识图谱车音工作项目、自然语言生成资源大全 、中日韩分词库mecab的Python接口库、中文文本摘要/关键词提取、汉字字符特征提取器 (featurizer),提取汉字的特征(发音特征、字形特征)用做深度学习的特征、中文生成任务基准测评 、中文缩写数据集、中文任务基准测评 - 代表性的数据集-基准(预训练)模型-语料库-baseline-工具包-排行榜、PySS3:面向可解释AI的SS3文本分类器机器可视化工具 、中文NLP数据集列表、COPE - 格律诗编辑程序、doccano:基于网页的开源协同多语言文本标注工具 、PreNLP:自然语言预处理库、简单的简历解析器,用来从简历中提取关键信息、用于中文闲聊的GPT2模型:GPT2-chitchat、基于检索聊天机器人多轮响应选择相关资源列表(Leaderboards、Datasets、Papers)、(Colab)抽象文本摘要实现集锦(教程 、词语拼音数据、高效模糊搜索工具、NLP数据增广资源集、微软对话机器人框架 、 GitHub Typo Corpus:大规模GitHub多语言拼写错误/语法错误数据集、TextCluster:短文本聚类预处理模块 Short text cluster、面向语音识别的中文文本规范化、BLINK:最先进的实体链接库、BertPunc:基于BERT的最先进标点修复模型、Tokenizer:快速、可定制的文本词条化库、中文语言理解测评基准,包括代表性的数据集、基准(预训练)模型、语料库、排行榜、spaCy 医学文本挖掘与信息提取 、 NLP任务示例项目代码集、 python拼写检查库、chatbot-list - 行业内关于智能客服、聊天机器人的应用和架构、算法分享和介绍、语音质量评价指标(MOSNet, BSSEval, STOI, PESQ, SRMR)、 用138GB语料训练的法文RoBERTa预训练语言模型 、BERT-NER-Pytorch:三种不同模式的BERT中文NER实验、无道词典 - 有道词典的命令行版本,支持英汉互查和在线查询、2019年NLP亮点回顾、 Chinese medical dialogue data 中文医疗对话数据集 、最好的汉字数字(中文数字)-阿拉伯数字转换工具、 基于百科��识库的中文词语多词义/义项获取与特定句子词语语义消歧、awesome-nlp-sentiment-analysis - 情感分析、情绪原因识别、评价对象和评价词抽取、LineFlow:面向所有深度学习框架的NLP数据高效加载器、中文医学NLP公开资源整理 、MedQuAD:(英文)医学问答数据集、将自然语言数字串解析转换为整数和浮点数、Transfer Learning in Natural Language Processing (NLP) 、面向语音识别的中文/英文发音辞典、Tokenizers:注重性能与多功能性的最先进分词器、CLUENER 细粒度命名实体识别 Fine Grained Named Entity Recognition、 基于BERT的中文命名实体识别、中文谣言数据库、NLP数据集/基准任务大列表、nlp相关的一些论文及代码, 包括主题模型、词向量(Word Embedding)、命名实体识别(NER)、文本分类(Text Classificatin)、文本生成(Text Generation)、文本相似性(Text Similarity)计算等,涉及到各种与nlp相关的算法,基于keras和tensorflow 、Python文本挖掘/NLP实战示例、 Blackstone:面向非结构化法律文本的spaCy pipeline和NLP模型通过同义词替换实现文本“变脸” 、中文 预训练 ELECTREA 模型: 基于对抗学习 pretrain Chinese Model 、albert-chinese-ner - 用预训练语言模型ALBERT做中文NER 、基于GPT2的特定主题文本生成/文本增广、开源预训练语言模型合集、多语言句向量包、编码、标记和实现:一种可控高效的文本生成方法、 英文脏话大列表 、attnvis:GPT2、BERT等transformer语言模型注意力交互可视化、CoVoST:Facebook发布的多语种语音-文本翻译语料库,包括11种语言(法语、德语、荷兰语、俄语、西班牙语、意大利语、土耳其语、波斯语、瑞典语、蒙古语和中文)的语音、文字转录及英文译文、Jiagu自然语言处理工具 - 以BiLSTM等模型为基础,提供知识图谱关系抽取 中文分词 词性标注 命名实体识别 情感分析 新词发现 关键词 文本摘要 文本聚类等功能、用unet实现对文档表格的自动检测,表格重建、NLP事件提取文献资源列表 、 金融领域自然语言处理研究资源大列表、CLUEDatasetSearch - 中英文NLP数据集:搜索所有中文NLP数据集,附常用英文NLP数据集 、medical_NER - 中文医学知识图谱命名实体识别 、(哈佛)讲因果推理的免费书、知识图谱相关学习资料/数据集/工具资源大列表、Forte:灵活强大的自然语言处理pipeline工具集 、Python字符串相似性算法库、PyLaia:面向手写文档分析的深度学习工具包、TextFooler:针对文本分类/推理的对抗文本生成模块、Haystack:灵活、强大的可扩展问答(QA)框架、中文关键短语抽取工具",
|
| 1065 |
+
"url": "https://github.com/fighting41love/funNLP",
|
| 1066 |
+
"homepage": "https://zhuanlan.zhihu.com/yangyangfuture",
|
| 1067 |
+
"language": "Python",
|
| 1068 |
+
"topics": [],
|
| 1069 |
+
"stars": 80649,
|
| 1070 |
+
"forks": 15213,
|
| 1071 |
+
"openIssues": 46,
|
| 1072 |
+
"watchers": 80649,
|
| 1073 |
+
"license": null,
|
| 1074 |
+
"isArchived": false,
|
| 1075 |
+
"createdAt": "2018-08-21T11:20:39Z",
|
| 1076 |
+
"updatedAt": "2026-05-14T16:47:09Z",
|
| 1077 |
+
"pushedAt": "2024-05-10T07:38:24Z",
|
| 1078 |
+
"scrapedAt": "2026-05-14T20:35:05.972Z"
|
| 1079 |
+
},
|
| 1080 |
+
{
|
| 1081 |
+
"id": 730534580,
|
| 1082 |
+
"fullName": "infiniflow/ragflow",
|
| 1083 |
+
"name": "ragflow",
|
| 1084 |
+
"owner": "infiniflow",
|
| 1085 |
+
"ownerType": "Organization",
|
| 1086 |
+
"description": "RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs",
|
| 1087 |
+
"url": "https://github.com/infiniflow/ragflow",
|
| 1088 |
+
"homepage": "https://ragflow.io",
|
| 1089 |
+
"language": "Python",
|
| 1090 |
+
"topics": [
|
| 1091 |
+
"agentic-ai",
|
| 1092 |
+
"agentic-retrieval",
|
| 1093 |
+
"agentic-search",
|
| 1094 |
+
"ai",
|
| 1095 |
+
"ai-agents",
|
| 1096 |
+
"context-engine",
|
| 1097 |
+
"context-management",
|
| 1098 |
+
"llm-apps",
|
| 1099 |
+
"rag",
|
| 1100 |
+
"retrieval-augmented-generation"
|
| 1101 |
+
],
|
| 1102 |
+
"stars": 80508,
|
| 1103 |
+
"forks": 9190,
|
| 1104 |
+
"openIssues": 3025,
|
| 1105 |
+
"watchers": 80508,
|
| 1106 |
+
"license": "Apache License 2.0",
|
| 1107 |
+
"isArchived": false,
|
| 1108 |
+
"createdAt": "2023-12-12T06:13:13Z",
|
| 1109 |
+
"updatedAt": "2026-05-14T20:00:41Z",
|
| 1110 |
+
"pushedAt": "2026-05-14T13:39:48Z",
|
| 1111 |
+
"scrapedAt": "2026-05-14T20:35:06.007Z"
|
| 1112 |
+
},
|
| 1113 |
+
{
|
| 1114 |
+
"id": 599547518,
|
| 1115 |
+
"fullName": "vllm-project/vllm",
|
| 1116 |
+
"name": "vllm",
|
| 1117 |
+
"owner": "vllm-project",
|
| 1118 |
+
"ownerType": "Organization",
|
| 1119 |
+
"description": "A high-throughput and memory-efficient inference and serving engine for LLMs",
|
| 1120 |
+
"url": "https://github.com/vllm-project/vllm",
|
| 1121 |
+
"homepage": "https://vllm.ai",
|
| 1122 |
+
"language": "Python",
|
| 1123 |
+
"topics": [
|
| 1124 |
+
"amd",
|
| 1125 |
+
"blackwell",
|
| 1126 |
+
"cuda",
|
| 1127 |
+
"deepseek",
|
| 1128 |
+
"deepseek-v3",
|
| 1129 |
+
"gpt",
|
| 1130 |
+
"gpt-oss",
|
| 1131 |
+
"inference",
|
| 1132 |
+
"kimi",
|
| 1133 |
+
"llama",
|
| 1134 |
+
"llm",
|
| 1135 |
+
"llm-serving",
|
| 1136 |
+
"model-serving",
|
| 1137 |
+
"moe",
|
| 1138 |
+
"openai",
|
| 1139 |
+
"pytorch",
|
| 1140 |
+
"qwen",
|
| 1141 |
+
"qwen3",
|
| 1142 |
+
"tpu",
|
| 1143 |
+
"transformer"
|
| 1144 |
+
],
|
| 1145 |
+
"stars": 80013,
|
| 1146 |
+
"forks": 16810,
|
| 1147 |
+
"openIssues": 4959,
|
| 1148 |
+
"watchers": 80013,
|
| 1149 |
+
"license": "Apache License 2.0",
|
| 1150 |
+
"isArchived": false,
|
| 1151 |
+
"createdAt": "2023-02-09T11:23:20Z",
|
| 1152 |
+
"updatedAt": "2026-05-14T20:29:54Z",
|
| 1153 |
+
"pushedAt": "2026-05-14T20:20:13Z",
|
| 1154 |
+
"scrapedAt": "2026-05-14T20:35:06.066Z"
|
| 1155 |
+
},
|
| 1156 |
+
{
|
| 1157 |
+
"id": 1106996539,
|
| 1158 |
+
"fullName": "nextlevelbuilder/ui-ux-pro-max-skill",
|
| 1159 |
+
"name": "ui-ux-pro-max-skill",
|
| 1160 |
+
"owner": "nextlevelbuilder",
|
| 1161 |
+
"ownerType": "Organization",
|
| 1162 |
+
"description": "An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms",
|
| 1163 |
+
"url": "https://github.com/nextlevelbuilder/ui-ux-pro-max-skill",
|
| 1164 |
+
"homepage": "https://www.uupm.cc/",
|
| 1165 |
+
"language": "Python",
|
| 1166 |
+
"topics": [
|
| 1167 |
+
"ai-skills",
|
| 1168 |
+
"antigravity",
|
| 1169 |
+
"claude",
|
| 1170 |
+
"claude-code",
|
| 1171 |
+
"codex",
|
| 1172 |
+
"command-line",
|
| 1173 |
+
"copilot",
|
| 1174 |
+
"cursor-ai",
|
| 1175 |
+
"html5",
|
| 1176 |
+
"kiro",
|
| 1177 |
+
"landing-page",
|
| 1178 |
+
"mobile-ui",
|
| 1179 |
+
"qoder",
|
| 1180 |
+
"react",
|
| 1181 |
+
"tailwindcss",
|
| 1182 |
+
"trae",
|
| 1183 |
+
"ui-design",
|
| 1184 |
+
"uikit",
|
| 1185 |
+
"windsurf-ai"
|
| 1186 |
+
],
|
| 1187 |
+
"stars": 78511,
|
| 1188 |
+
"forks": 8062,
|
| 1189 |
+
"openIssues": 146,
|
| 1190 |
+
"watchers": 78511,
|
| 1191 |
+
"license": "MIT License",
|
| 1192 |
+
"isArchived": false,
|
| 1193 |
+
"createdAt": "2025-11-30T11:36:31Z",
|
| 1194 |
+
"updatedAt": "2026-05-14T20:34:44Z",
|
| 1195 |
+
"pushedAt": "2026-04-03T05:08:19Z",
|
| 1196 |
+
"scrapedAt": "2026-05-14T20:35:06.126Z"
|
| 1197 |
+
},
|
| 1198 |
+
{
|
| 1199 |
+
"id": 101138315,
|
| 1200 |
+
"fullName": "d2l-ai/d2l-zh",
|
| 1201 |
+
"name": "d2l-zh",
|
| 1202 |
+
"owner": "d2l-ai",
|
| 1203 |
+
"ownerType": "Organization",
|
| 1204 |
+
"description": "《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。",
|
| 1205 |
+
"url": "https://github.com/d2l-ai/d2l-zh",
|
| 1206 |
+
"homepage": "http://zh.d2l.ai",
|
| 1207 |
+
"language": "Python",
|
| 1208 |
+
"topics": [
|
| 1209 |
+
"book",
|
| 1210 |
+
"chinese",
|
| 1211 |
+
"computer-vision",
|
| 1212 |
+
"deep-learning",
|
| 1213 |
+
"machine-learning",
|
| 1214 |
+
"natural-language-processing",
|
| 1215 |
+
"notebook",
|
| 1216 |
+
"python"
|
| 1217 |
+
],
|
| 1218 |
+
"stars": 77845,
|
| 1219 |
+
"forks": 12298,
|
| 1220 |
+
"openIssues": 129,
|
| 1221 |
+
"watchers": 77845,
|
| 1222 |
+
"license": "Apache License 2.0",
|
| 1223 |
+
"isArchived": false,
|
| 1224 |
+
"createdAt": "2017-08-23T04:40:24Z",
|
| 1225 |
+
"updatedAt": "2026-05-14T18:32:54Z",
|
| 1226 |
+
"pushedAt": "2024-07-30T09:32:19Z",
|
| 1227 |
+
"scrapedAt": "2026-05-14T20:35:06.147Z"
|
| 1228 |
+
},
|
| 1229 |
+
{
|
| 1230 |
+
"id": 262296122,
|
| 1231 |
+
"fullName": "PaddlePaddle/PaddleOCR",
|
| 1232 |
+
"name": "PaddleOCR",
|
| 1233 |
+
"owner": "PaddlePaddle",
|
| 1234 |
+
"ownerType": "Organization",
|
| 1235 |
+
"description": "Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.",
|
| 1236 |
+
"url": "https://github.com/PaddlePaddle/PaddleOCR",
|
| 1237 |
+
"homepage": "https://www.paddleocr.com",
|
| 1238 |
+
"language": "Python",
|
| 1239 |
+
"topics": [
|
| 1240 |
+
"ai4science",
|
| 1241 |
+
"chineseocr",
|
| 1242 |
+
"document-parsing",
|
| 1243 |
+
"document-translation",
|
| 1244 |
+
"kie",
|
| 1245 |
+
"ocr",
|
| 1246 |
+
"paddleocr-vl",
|
| 1247 |
+
"pdf-extractor-rag",
|
| 1248 |
+
"pdf-parser",
|
| 1249 |
+
"pdf2markdown",
|
| 1250 |
+
"pp-ocr",
|
| 1251 |
+
"pp-structure",
|
| 1252 |
+
"rag"
|
| 1253 |
+
],
|
| 1254 |
+
"stars": 77836,
|
| 1255 |
+
"forks": 10434,
|
| 1256 |
+
"openIssues": 203,
|
| 1257 |
+
"watchers": 77836,
|
| 1258 |
+
"license": "Apache License 2.0",
|
| 1259 |
+
"isArchived": false,
|
| 1260 |
+
"createdAt": "2020-05-08T10:38:16Z",
|
| 1261 |
+
"updatedAt": "2026-05-14T19:42:25Z",
|
| 1262 |
+
"pushedAt": "2026-05-14T08:14:36Z",
|
| 1263 |
+
"scrapedAt": "2026-05-14T20:35:06.186Z"
|
| 1264 |
+
},
|
| 1265 |
+
{
|
| 1266 |
+
"id": 71220757,
|
| 1267 |
+
"fullName": "swisskyrepo/PayloadsAllTheThings",
|
| 1268 |
+
"name": "PayloadsAllTheThings",
|
| 1269 |
+
"owner": "swisskyrepo",
|
| 1270 |
+
"ownerType": "User",
|
| 1271 |
+
"description": "A list of useful payloads and bypass for Web Application Security and Pentest/CTF",
|
| 1272 |
+
"url": "https://github.com/swisskyrepo/PayloadsAllTheThings",
|
| 1273 |
+
"homepage": "https://swisskyrepo.github.io/PayloadsAllTheThings/",
|
| 1274 |
+
"language": "Python",
|
| 1275 |
+
"topics": [
|
| 1276 |
+
"bounty",
|
| 1277 |
+
"bugbounty",
|
| 1278 |
+
"bypass",
|
| 1279 |
+
"cheatsheet",
|
| 1280 |
+
"enumeration",
|
| 1281 |
+
"hacking",
|
| 1282 |
+
"hacktoberfest",
|
| 1283 |
+
"methodology",
|
| 1284 |
+
"payload",
|
| 1285 |
+
"payloads",
|
| 1286 |
+
"penetration-testing",
|
| 1287 |
+
"pentest",
|
| 1288 |
+
"privilege-escalation",
|
| 1289 |
+
"redteam",
|
| 1290 |
+
"security",
|
| 1291 |
+
"vulnerability",
|
| 1292 |
+
"web-application"
|
| 1293 |
+
],
|
| 1294 |
+
"stars": 77704,
|
| 1295 |
+
"forks": 16962,
|
| 1296 |
+
"openIssues": 27,
|
| 1297 |
+
"watchers": 77704,
|
| 1298 |
+
"license": "MIT License",
|
| 1299 |
+
"isArchived": false,
|
| 1300 |
+
"createdAt": "2016-10-18T07:29:07Z",
|
| 1301 |
+
"updatedAt": "2026-05-14T18:56:04Z",
|
| 1302 |
+
"pushedAt": "2026-04-22T14:05:32Z",
|
| 1303 |
+
"scrapedAt": "2026-05-14T20:35:06.212Z"
|
| 1304 |
+
},
|
| 1305 |
+
{
|
| 1306 |
+
"id": 51117837,
|
| 1307 |
+
"fullName": "tensorflow/models",
|
| 1308 |
+
"name": "models",
|
| 1309 |
+
"owner": "tensorflow",
|
| 1310 |
+
"ownerType": "Organization",
|
| 1311 |
+
"description": "Models and examples built with TensorFlow",
|
| 1312 |
+
"url": "https://github.com/tensorflow/models",
|
| 1313 |
+
"homepage": "",
|
| 1314 |
+
"language": "Python",
|
| 1315 |
+
"topics": [],
|
| 1316 |
+
"stars": 77663,
|
| 1317 |
+
"forks": 45092,
|
| 1318 |
+
"openIssues": 1287,
|
| 1319 |
+
"watchers": 77663,
|
| 1320 |
+
"license": "Other",
|
| 1321 |
+
"isArchived": false,
|
| 1322 |
+
"createdAt": "2016-02-05T01:15:20Z",
|
| 1323 |
+
"updatedAt": "2026-05-14T17:19:14Z",
|
| 1324 |
+
"pushedAt": "2026-05-13T20:40:52Z",
|
| 1325 |
+
"scrapedAt": "2026-05-14T20:35:06.231Z"
|
| 1326 |
+
},
|
| 1327 |
+
{
|
| 1328 |
+
"id": 909213664,
|
| 1329 |
+
"fullName": "TauricResearch/TradingAgents",
|
| 1330 |
+
"name": "TradingAgents",
|
| 1331 |
+
"owner": "TauricResearch",
|
| 1332 |
+
"ownerType": "Organization",
|
| 1333 |
+
"description": "TradingAgents: Multi-Agents LLM Financial Trading Framework",
|
| 1334 |
+
"url": "https://github.com/TauricResearch/TradingAgents",
|
| 1335 |
+
"homepage": "https://arxiv.org/pdf/2412.20138",
|
| 1336 |
+
"language": "Python",
|
| 1337 |
+
"topics": [
|
| 1338 |
+
"agent",
|
| 1339 |
+
"finance",
|
| 1340 |
+
"llm",
|
| 1341 |
+
"multiagent",
|
| 1342 |
+
"trading"
|
| 1343 |
+
],
|
| 1344 |
+
"stars": 75435,
|
| 1345 |
+
"forks": 14686,
|
| 1346 |
+
"openIssues": 342,
|
| 1347 |
+
"watchers": 75435,
|
| 1348 |
+
"license": "Apache License 2.0",
|
| 1349 |
+
"isArchived": false,
|
| 1350 |
+
"createdAt": "2024-12-28T03:31:08Z",
|
| 1351 |
+
"updatedAt": "2026-05-14T20:33:45Z",
|
| 1352 |
+
"pushedAt": "2026-05-11T09:27:38Z",
|
| 1353 |
+
"scrapedAt": "2026-05-14T20:35:06.262Z"
|
| 1354 |
+
},
|
| 1355 |
+
{
|
| 1356 |
+
"id": 254832799,
|
| 1357 |
+
"fullName": "Z4nzu/hackingtool",
|
| 1358 |
+
"name": "hackingtool",
|
| 1359 |
+
"owner": "Z4nzu",
|
| 1360 |
+
"ownerType": "User",
|
| 1361 |
+
"description": "ALL IN ONE Hacking Tool For Hackers",
|
| 1362 |
+
"url": "https://github.com/Z4nzu/hackingtool",
|
| 1363 |
+
"homepage": "",
|
| 1364 |
+
"language": "Python",
|
| 1365 |
+
"topics": [
|
| 1366 |
+
"allinonehackingtool",
|
| 1367 |
+
"besthackingtool",
|
| 1368 |
+
"ctf-tools",
|
| 1369 |
+
"ddos-attack-tool",
|
| 1370 |
+
"hacker",
|
| 1371 |
+
"hacking",
|
| 1372 |
+
"linux",
|
| 1373 |
+
"password-attack",
|
| 1374 |
+
"steganography",
|
| 1375 |
+
"web-attack",
|
| 1376 |
+
"wireless-attack",
|
| 1377 |
+
"xss-attacks",
|
| 1378 |
+
"xss-detection"
|
| 1379 |
+
],
|
| 1380 |
+
"stars": 74431,
|
| 1381 |
+
"forks": 8399,
|
| 1382 |
+
"openIssues": 108,
|
| 1383 |
+
"watchers": 74431,
|
| 1384 |
+
"license": "MIT License",
|
| 1385 |
+
"isArchived": false,
|
| 1386 |
+
"createdAt": "2020-04-11T09:21:31Z",
|
| 1387 |
+
"updatedAt": "2026-05-14T20:33:55Z",
|
| 1388 |
+
"pushedAt": "2026-03-15T14:33:08Z",
|
| 1389 |
+
"scrapedAt": "2026-05-14T20:35:06.279Z"
|
| 1390 |
+
},
|
| 1391 |
+
{
|
| 1392 |
+
"id": 771302083,
|
| 1393 |
+
"fullName": "OpenHands/OpenHands",
|
| 1394 |
+
"name": "OpenHands",
|
| 1395 |
+
"owner": "OpenHands",
|
| 1396 |
+
"ownerType": "Organization",
|
| 1397 |
+
"description": "🙌 OpenHands: AI-Driven Development",
|
| 1398 |
+
"url": "https://github.com/OpenHands/OpenHands",
|
| 1399 |
+
"homepage": "https://openhands.dev",
|
| 1400 |
+
"language": "Python",
|
| 1401 |
+
"topics": [
|
| 1402 |
+
"agent",
|
| 1403 |
+
"artificial-intelligence",
|
| 1404 |
+
"chatgpt",
|
| 1405 |
+
"claude-ai",
|
| 1406 |
+
"cli",
|
| 1407 |
+
"developer-tools",
|
| 1408 |
+
"gpt",
|
| 1409 |
+
"llm",
|
| 1410 |
+
"openai"
|
| 1411 |
+
],
|
| 1412 |
+
"stars": 73535,
|
| 1413 |
+
"forks": 9290,
|
| 1414 |
+
"openIssues": 422,
|
| 1415 |
+
"watchers": 73535,
|
| 1416 |
+
"license": "Other",
|
| 1417 |
+
"isArchived": false,
|
| 1418 |
+
"createdAt": "2024-03-13T03:33:31Z",
|
| 1419 |
+
"updatedAt": "2026-05-14T20:20:41Z",
|
| 1420 |
+
"pushedAt": "2026-05-14T20:16:59Z",
|
| 1421 |
+
"scrapedAt": "2026-05-14T20:35:06.308Z"
|
| 1422 |
+
},
|
| 1423 |
+
{
|
| 1424 |
+
"id": 81598961,
|
| 1425 |
+
"fullName": "python/cpython",
|
| 1426 |
+
"name": "cpython",
|
| 1427 |
+
"owner": "python",
|
| 1428 |
+
"ownerType": "Organization",
|
| 1429 |
+
"description": "The Python programming language",
|
| 1430 |
+
"url": "https://github.com/python/cpython",
|
| 1431 |
+
"homepage": "https://www.python.org",
|
| 1432 |
+
"language": "Python",
|
| 1433 |
+
"topics": [],
|
| 1434 |
+
"stars": 72692,
|
| 1435 |
+
"forks": 34601,
|
| 1436 |
+
"openIssues": 9313,
|
| 1437 |
+
"watchers": 72692,
|
| 1438 |
+
"license": "Other",
|
| 1439 |
+
"isArchived": false,
|
| 1440 |
+
"createdAt": "2017-02-10T19:23:51Z",
|
| 1441 |
+
"updatedAt": "2026-05-14T20:33:42Z",
|
| 1442 |
+
"pushedAt": "2026-05-14T18:49:30Z",
|
| 1443 |
+
"scrapedAt": "2026-05-14T20:35:06.347Z"
|
| 1444 |
+
},
|
| 1445 |
+
{
|
| 1446 |
+
"id": 21872392,
|
| 1447 |
+
"fullName": "josephmisiti/awesome-machine-learning",
|
| 1448 |
+
"name": "awesome-machine-learning",
|
| 1449 |
+
"owner": "josephmisiti",
|
| 1450 |
+
"ownerType": "User",
|
| 1451 |
+
"description": "A curated list of awesome Machine Learning frameworks, libraries and software.",
|
| 1452 |
+
"url": "https://github.com/josephmisiti/awesome-machine-learning",
|
| 1453 |
+
"homepage": null,
|
| 1454 |
+
"language": "Python",
|
| 1455 |
+
"topics": [],
|
| 1456 |
+
"stars": 72457,
|
| 1457 |
+
"forks": 15461,
|
| 1458 |
+
"openIssues": 9,
|
| 1459 |
+
"watchers": 72457,
|
| 1460 |
+
"license": "Other",
|
| 1461 |
+
"isArchived": false,
|
| 1462 |
+
"createdAt": "2014-07-15T19:11:19Z",
|
| 1463 |
+
"updatedAt": "2026-05-14T18:06:02Z",
|
| 1464 |
+
"pushedAt": "2026-05-12T13:17:23Z",
|
| 1465 |
+
"scrapedAt": "2026-05-14T20:35:06.377Z"
|
| 1466 |
+
},
|
| 1467 |
+
{
|
| 1468 |
+
"id": 596892,
|
| 1469 |
+
"fullName": "pallets/flask",
|
| 1470 |
+
"name": "flask",
|
| 1471 |
+
"owner": "pallets",
|
| 1472 |
+
"ownerType": "Organization",
|
| 1473 |
+
"description": "The Python micro framework for building web applications.",
|
| 1474 |
+
"url": "https://github.com/pallets/flask",
|
| 1475 |
+
"homepage": "https://flask.palletsprojects.com",
|
| 1476 |
+
"language": "Python",
|
| 1477 |
+
"topics": [
|
| 1478 |
+
"flask",
|
| 1479 |
+
"jinja",
|
| 1480 |
+
"pallets",
|
| 1481 |
+
"python",
|
| 1482 |
+
"web-framework",
|
| 1483 |
+
"werkzeug",
|
| 1484 |
+
"wsgi"
|
| 1485 |
+
],
|
| 1486 |
+
"stars": 71535,
|
| 1487 |
+
"forks": 16844,
|
| 1488 |
+
"openIssues": 3,
|
| 1489 |
+
"watchers": 71535,
|
| 1490 |
+
"license": "BSD 3-Clause \"New\" or \"Revised\" License",
|
| 1491 |
+
"isArchived": false,
|
| 1492 |
+
"createdAt": "2010-04-06T11:11:59Z",
|
| 1493 |
+
"updatedAt": "2026-05-14T19:53:04Z",
|
| 1494 |
+
"pushedAt": "2026-05-13T14:37:58Z",
|
| 1495 |
+
"scrapedAt": "2026-05-14T20:35:06.407Z"
|
| 1496 |
+
},
|
| 1497 |
+
{
|
| 1498 |
+
"id": 646410686,
|
| 1499 |
+
"fullName": "hiyouga/LlamaFactory",
|
| 1500 |
+
"name": "LlamaFactory",
|
| 1501 |
+
"owner": "hiyouga",
|
| 1502 |
+
"ownerType": "User",
|
| 1503 |
+
"description": "Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)",
|
| 1504 |
+
"url": "https://github.com/hiyouga/LlamaFactory",
|
| 1505 |
+
"homepage": "https://llamafactory.readthedocs.io",
|
| 1506 |
+
"language": "Python",
|
| 1507 |
+
"topics": [
|
| 1508 |
+
"agent",
|
| 1509 |
+
"ai",
|
| 1510 |
+
"deepseek",
|
| 1511 |
+
"fine-tuning",
|
| 1512 |
+
"gemma",
|
| 1513 |
+
"gpt",
|
| 1514 |
+
"instruction-tuning",
|
| 1515 |
+
"large-language-models",
|
| 1516 |
+
"llama",
|
| 1517 |
+
"llama3",
|
| 1518 |
+
"llm",
|
| 1519 |
+
"lora",
|
| 1520 |
+
"moe",
|
| 1521 |
+
"nlp",
|
| 1522 |
+
"peft",
|
| 1523 |
+
"qlora",
|
| 1524 |
+
"quantization",
|
| 1525 |
+
"qwen",
|
| 1526 |
+
"rlhf",
|
| 1527 |
+
"transformers"
|
| 1528 |
+
],
|
| 1529 |
+
"stars": 71259,
|
| 1530 |
+
"forks": 8703,
|
| 1531 |
+
"openIssues": 1012,
|
| 1532 |
+
"watchers": 71259,
|
| 1533 |
+
"license": "Apache License 2.0",
|
| 1534 |
+
"isArchived": false,
|
| 1535 |
+
"createdAt": "2023-05-28T10:09:12Z",
|
| 1536 |
+
"updatedAt": "2026-05-14T20:15:01Z",
|
| 1537 |
+
"pushedAt": "2026-05-13T12:56:44Z",
|
| 1538 |
+
"scrapedAt": "2026-05-14T20:35:06.439Z"
|
| 1539 |
+
},
|
| 1540 |
+
{
|
| 1541 |
+
"id": 616372661,
|
| 1542 |
+
"fullName": "binary-husky/gpt_academic",
|
| 1543 |
+
"name": "gpt_academic",
|
| 1544 |
+
"owner": "binary-husky",
|
| 1545 |
+
"ownerType": "User",
|
| 1546 |
+
"description": "为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。",
|
| 1547 |
+
"url": "https://github.com/binary-husky/gpt_academic",
|
| 1548 |
+
"homepage": "https://github.com/binary-husky/gpt_academic/wiki/online",
|
| 1549 |
+
"language": "Python",
|
| 1550 |
+
"topics": [
|
| 1551 |
+
"academic",
|
| 1552 |
+
"chatglm-6b",
|
| 1553 |
+
"chatgpt",
|
| 1554 |
+
"gpt-4",
|
| 1555 |
+
"large-language-models"
|
| 1556 |
+
],
|
| 1557 |
+
"stars": 70635,
|
| 1558 |
+
"forks": 8396,
|
| 1559 |
+
"openIssues": 324,
|
| 1560 |
+
"watchers": 70635,
|
| 1561 |
+
"license": "GNU General Public License v3.0",
|
| 1562 |
+
"isArchived": false,
|
| 1563 |
+
"createdAt": "2023-03-20T09:05:13Z",
|
| 1564 |
+
"updatedAt": "2026-05-14T18:51:58Z",
|
| 1565 |
+
"pushedAt": "2026-01-25T12:33:10Z",
|
| 1566 |
+
"scrapedAt": "2026-05-14T20:35:06.469Z"
|
| 1567 |
+
},
|
| 1568 |
+
{
|
| 1569 |
+
"id": 3638964,
|
| 1570 |
+
"fullName": "ansible/ansible",
|
| 1571 |
+
"name": "ansible",
|
| 1572 |
+
"owner": "ansible",
|
| 1573 |
+
"ownerType": "Organization",
|
| 1574 |
+
"description": "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.",
|
| 1575 |
+
"url": "https://github.com/ansible/ansible",
|
| 1576 |
+
"homepage": "https://www.ansible.com/",
|
| 1577 |
+
"language": "Python",
|
| 1578 |
+
"topics": [
|
| 1579 |
+
"ansible",
|
| 1580 |
+
"python"
|
| 1581 |
+
],
|
| 1582 |
+
"stars": 68546,
|
| 1583 |
+
"forks": 24176,
|
| 1584 |
+
"openIssues": 799,
|
| 1585 |
+
"watchers": 68546,
|
| 1586 |
+
"license": "GNU General Public License v3.0",
|
| 1587 |
+
"isArchived": false,
|
| 1588 |
+
"createdAt": "2012-03-06T14:58:02Z",
|
| 1589 |
+
"updatedAt": "2026-05-14T16:34:14Z",
|
| 1590 |
+
"pushedAt": "2026-05-14T14:35:53Z",
|
| 1591 |
+
"scrapedAt": "2026-05-14T20:35:06.496Z"
|
| 1592 |
+
}
|
| 1593 |
+
]
|
sample.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c4c9ff8eafc36bdf09f0f0e576aa464e0f6a52a587970949dbe5217c48aa39c
|
| 3 |
+
size 36189
|