An open API service indexing awesome lists of open source software.

https://github.com/farheenb/fuzzy-clustering-satellite-image

A web application to perform Fuzzy clustering on a satellite images using Expectation-Maximum Algorithm
https://github.com/farheenb/fuzzy-clustering-satellite-image

Last synced: 7 months ago
JSON representation

A web application to perform Fuzzy clustering on a satellite images using Expectation-Maximum Algorithm

Awesome Lists containing this project

README

          

# Fuzzy Clustering

### Follow the steps to run the application:

1. Install **Python3, Pip3**

2. Create and activate virtual environment (preferred)   

3. To install all the dependent packages run **"python -m pip install -r requirements.txt"**

4. Run the app file by command  **"flask run"**  

5. Start the application on **"http://localhost:5000"**

![](readme_imgs/img1.jpg)

6. Select a satellite image   

7. Specify the number of clusters

![](readme_imgs/img2.jpg)

8. Hit Submit   

9. Wait for EM Algorithm to find n no. of Fuzzy Clusters in the image

10.Output displayed 

![](readme_imgs/img3.jpg) ![](readme_imgs/img4.jpg)