Skip to content

yahyatarique/image-segmentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • CSS 30.0%
  • Python 29.3%
  • JavaScript 21.3%
  • HTML 19.4%