Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diptochakrabarty/node_image
https://github.com/diptochakrabarty/node_image
backend-services image-processing nodejs opencv python3
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/diptochakrabarty/node_image
- Owner: DiptoChakrabarty
- Created: 2020-01-11T10:42:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T11:39:20.000Z (over 1 year ago)
- Last Synced: 2024-05-01T16:56:24.327Z (7 months ago)
- Topics: backend-services, image-processing, nodejs, opencv, python3
- Language: Python
- Size: 2.49 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Color Segmentation Web App
- Upload your image
- Image gets Sent in Backend Server
- Python Backend Segments Various Images
- Image Sent Back to Server## How to Run
- Run npm install
- This installs all required packages
- To Start the Web App run node app.js
- Server Strated at port 3000