We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e0e1c commit cf30e97Copy full SHA for cf30e97
README.md
@@ -1,13 +1,17 @@
1
# Project Details
2
-This is api project part of tutorial on overflow.js over image detection with tensor flow
+This is API project on overflowjs.com over object detection in image with tensorflow.js
3
Got ahead install and run project
4
Make sure you have latest node version tfjs-node do some issues while installing latest releases
5
6
+Frontend part of code is - https://github.com/overflowjs-com/image_object_detction_react_ui
7
+
8
+Do read the blog to know more - https://overflowjs.com/posts/Image-Object-Detection-Using-TensorFlowjs.html
9
10
# Install dependencies
11
npm install
12
13
# Start development live-reload server
14
PORT=4000 npm run dev
15
16
# Start production server:
-PORT=4000 npm start
17
+PORT=4000 npm start
0 commit comments