Skip to content

A Python project utilizing OpenCV and K-Means clustering to perform image segmentation. Easily separate objects or regions of interest from images using this simple yet effective technique.

Notifications You must be signed in to change notification settings

wrainf/image-segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Image Segmentation

Simple application that allows you to segment an iamge into K different colour clusters. Split into client/ and server/ where server has all the image segmentation logic and client send request to server.

Feel free to create a PR to add more features!

Installation

  1. Clone this repo

Frontend

Start

Simple static site just open index.html in your browser.

Backend

Initialisation

  1. CD into server/ : cd server
  2. Install dependencies: pip install -r requirements.txt

Start

  1. Run: flask --app index run
  2. Running on localhost:5000

About

A Python project utilizing OpenCV and K-Means clustering to perform image segmentation. Easily separate objects or regions of interest from images using this simple yet effective technique.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages