Misure and Train ML across apps and games
Deep Learning Fmk in Python with support Theano and TensorFlow
{ | |
"content_scripts": [ | |
{ | |
"matches": ["http://*/*", "https://*/*"], | |
"js": ["inject.js"], | |
"all_frames": true | |
} | |
], | |
"web_accessible_resources": [ | |
"content.js" |
#!/bin/bash | |
## define image directory | |
DIR=.build/src/webroot/uploads | |
## define image sizes | |
sizes=(320 640 1280) | |
## imagemagick function | |
## convert $1(image) $2(width) $3(newname) |