Skip to content

Latest commit

 

History

39 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

6 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages