diff --git a/README.md b/README.md index 040701c..9eba8e3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Image Classification with Coligo and Visual Recognition +# Image Classification with Code Engine and Visual Recognition :warning: WORK IN PROGRESS diff --git a/backend/package-lock.json b/backend/package-lock.json index 8d090f4..b1a7d42 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -1,5 +1,5 @@ { - "name": "coligo-object-detection-backend", + "name": "codeengine-image-classification-backend", "version": "1.0.0", "lockfileVersion": 1, "requires": true, diff --git a/backend/package.json b/backend/package.json index f385273..a11f94d 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,7 +1,7 @@ { - "name": "coligo-object-detection-backend", + "name": "codeengine-image-classification-backend", "version": "1.0.0", - "description": "Backend server for Coligo Image Classification", + "description": "Backend server for Code Engine Image Classification", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c78cb80..d9a0f31 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,5 +1,5 @@ { - "name": "coligo-object-detection", + "name": "codeengine-image-classification", "version": "1.0.0", "lockfileVersion": 1, "requires": true, diff --git a/frontend/package.json b/frontend/package.json index 8c4c393..b639573 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { - "name": "coligo-object-detection", + "name": "codeengine-image-classification", "version": "1.0.0", - "description": "Image Classification with Coligo and Watson Visual Recognition", + "description": "Image Classification with Code Engine and Watson Visual Recognition", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/frontend/public/501.html b/frontend/public/501.html index 25e506a..f40350d 100644 --- a/frontend/public/501.html +++ b/frontend/public/501.html @@ -4,7 +4,7 @@ - Image classification with Coligo and Watson Visual Recognition + Image classification with Code Engine