Skip to content

Commit cf30e97

Browse files
authored
Update README.md
1 parent 22e0e1c commit cf30e97

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Project Details
2-
This is api project part of tutorial on overflow.js over image detection with tensor flow
2+
This is API project on overflowjs.com over object detection in image with tensorflow.js
33
Got ahead install and run project
44
Make sure you have latest node version tfjs-node do some issues while installing latest releases
55

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+
610
# Install dependencies
711
npm install
812

913
# Start development live-reload server
1014
PORT=4000 npm run dev
1115

1216
# Start production server:
13-
PORT=4000 npm start
17+
PORT=4000 npm start

0 commit comments

Comments
 (0)