-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 589 Bytes
/
Copy pathcomposer.json
File metadata and controls
25 lines (25 loc) · 589 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "apphp/awesome-php-ml",
"description": "Awesome list of Machine Learning, Artificial Intelligence, NLP, LLM and Data Science libraries for PHP.",
"type": "library",
"license": "MIT",
"keywords": [
"php",
"machine-learning",
"ml",
"ai",
"nlp",
"llm",
"awesome-list"
],
"homepage": "https://github.com/apphp/awesome-php-ml",
"authors": [
{
"name": "apphp",
"homepage": "https://github.com/apphp"
}
],
"require": {
"php": ">=8.0"
}
}