- Notifications
You must be signed in to change notification settings - Fork1
Creating REST API for image filters and finding contour in Image
NotificationsYou must be signed in to change notification settings
overflowjs-com/image_app_opencv_api_part3
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the 3rd part of Image processing series onhttps://overflowjs.com/
This is the backend code, written in node.js using express framework and OpenCV.
Do read the blog to know more -https://overflowjs.com/posts/Image-Processing-OpenCV-and-Nodejs-Part-3.html
# clone itgit clone https://github.com/overflowjs-com/image_app_opencv_api_part3.git# Make it your ownrm -rf .git&& git init&& npm init# Install dependenciesnpm install# Start development live-reload serverPORT=4000 npm run dev# Start production server:PORT=4000 npm start
About
Creating REST API for image filters and finding contour in Image
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors11
Uh oh!
There was an error while loading.Please reload this page.