Feat: generated network for classification problem of cat/dog
Feat: first version of dataGatherer client
This commit is contained in:
parent
86dbfc120a
commit
6feb5af4d0
20 changed files with 425 additions and 162 deletions
21
DataGatherer/package.json
Normal file
21
DataGatherer/package.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "datagatherer",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "main.js",
|
||||
"dependencies": {
|
||||
"axios": "^0.18.0",
|
||||
"rxios": "^1.1.2",
|
||||
"rxjs": "^6.4.0",
|
||||
"rxjs-compat": "^6.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^3.4.2",
|
||||
"typescript-eslint-parser": "^22.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "./node_modules/.bin/tsc && browserify ./dist/main.js > ./dist/bundle.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue