# opencv-express **Repository Path**: EEEEEZ/opencv-express ## Basic Information - **Project Name**: opencv-express - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README opencv-express ============== **This is an example of how to use [opencv4nodejs](https://github.com/justadudewhohacks/opencv4nodejs) in your web apps with express.js or any other serverside node.js framework. A minimalistic [docker image](https://hub.docker.com/r/justadudewhohacks/opencv-nodejs/) is provided with opencv-3.4.1 and opencv_contrib-3.4.1 + node.js environment set up (opencv4nodejs globally installed).** ### Build the image: ``` bash docker-compose build ``` ### Run: ``` bash docker-compose up ``` ## Docker image: ~353mb (compressed size: ~124mb) - ubuntu: 16.04 - nodejs: v9.8.0 - npm: v5.6.0 - opencv4nodejs: 3.3.1 ## Set up your own image: If you want to build your own docker image or use a different OpenCV version, you can pull one of the OpenCV 3.x base images: https://hub.docker.com/u/justadudewhohacks/.