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
12
DataGatherer/.eslintrc.yaml
Normal file
12
DataGatherer/.eslintrc.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# .eslintrc.yaml
|
||||
---
|
||||
extends: airbnb-base
|
||||
env:
|
||||
node: true
|
||||
mocha: true
|
||||
es6: true
|
||||
parser: typescript-eslint-parser
|
||||
parserOptions:
|
||||
sourceType: module
|
||||
ecmaFeatures:
|
||||
modules: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue