overflowjs-com / image_app_opencv_api_part3

Creating REST API for image filters and finding contour in Image

Home Page:https://overflowjs.com/posts/Image-Processing-OpenCV-and-Nodejs-Part-3.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the 3rd part of Image processing series on https://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

Getting Started

# clone it
git clone https://github.com/overflowjs-com/image_app_opencv_api_part3.git

# Make it your own
rm -rf .git && git init && npm init

# Install dependencies
npm install

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

# Start production server:
PORT=4000 npm start

About

Creating REST API for image filters and finding contour in Image

https://overflowjs.com/posts/Image-Processing-OpenCV-and-Nodejs-Part-3.html


Languages

Language:JavaScript 94.6%Language:Dockerfile 5.4%