Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 537 Bytes

readme.md

File metadata and controls

24 lines (15 loc) · 537 Bytes

i-FKM : Fuzzy K-Means for Interactive Satellite Image Segmentation

Installation

Open terminal and paste the following lines to download the app and install the requirements:

git clone https://github.com/youakrim/i-FKM
cd i-FKM
pip install -r requirements.txt

Launch the app

To launch the application make sure you're in the i-FKM directory and type:

python run.py

You can then access the web interface by opening http://localhost:8080/ in your web browser.

screenshot