-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
21 lines (21 loc) · 739 Bytes
/
library.json
File metadata and controls
21 lines (21 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "diwa",
"version": "0.0.8",
"description": "Lightweight simple implementation of Artificial Neural Network for Arduino ESP32, ESP8266, RP2040, PlayStation Portable SDK, and even Windows AMD64 environment.",
"keywords": ["ANN", "Artificial Neural Network", "microcontrollers", "ESP8266", "ESP32", "RP2040"],
"repository": {
"type": "git",
"url": "https://github.com/nthnn/diwa"
},
"authors": [
{
"name": "nathannestein",
"email": "nathanneisip@gmail.com",
"url": "https://nthnn.github.io/"
}
],
"license": "MIT",
"homepage": "https://github.com/nthnn/diwa",
"frameworks": "*",
"platforms": ["espressif32", "espressif8266", "rp2040"]
}