mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-22 05:22:04 +08:00
chore: split AI & Data into AI & ML and Data & Science
AI & ML: AI and Agents, Machine Learning, Deep Learning, Computer Vision, Natural Language Processing, Recommender Systems, Robotics. Data & Science: Data Analysis, Data Validation, Data Visualization, Geolocation, Science, Quantum Computing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+10
-5
@@ -35,19 +35,24 @@ SECTION_GROUPS: list[tuple[str, list[str]]] = [
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
"AI & Data",
|
"AI & ML",
|
||||||
[
|
[
|
||||||
"AI and Agents",
|
"AI and Agents",
|
||||||
"Data Analysis",
|
|
||||||
"Data Validation",
|
|
||||||
"Data Visualization",
|
|
||||||
"Machine Learning",
|
"Machine Learning",
|
||||||
"Deep Learning",
|
"Deep Learning",
|
||||||
"Computer Vision",
|
"Computer Vision",
|
||||||
"Natural Language Processing",
|
"Natural Language Processing",
|
||||||
"Geolocation",
|
|
||||||
"Recommender Systems",
|
"Recommender Systems",
|
||||||
"Robotics",
|
"Robotics",
|
||||||
|
],
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"Data & Science",
|
||||||
|
[
|
||||||
|
"Data Analysis",
|
||||||
|
"Data Validation",
|
||||||
|
"Data Visualization",
|
||||||
|
"Geolocation",
|
||||||
"Science",
|
"Science",
|
||||||
"Quantum Computing",
|
"Quantum Computing",
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user