Skip to content

K-Means clustering algorithm is used to determine if there is a leak in the pipe system.

Notifications You must be signed in to change notification settings

Touseef-md/Leakage-Detection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Real-Time water leakage detection

Demonstration Video

The vibrations in the pipe are measured using a vibration sensor which is attached to a programmed Arduino board to facilitate collection and transfer of real-time data to a computer and then after the data points are collected they are ran through the Machine learning algorithm and upon superimposing a calibrated curve (having 2 regions, red and green denoting leak and no-leak regions), if the majority of data points lie in the red region then there is a possibility of a leak and it grows as the percentage of points grow in the red region. This is measured simply by taking the euclidean distance between the interface line of calibration curve and each individual point.

Authors

About

K-Means clustering algorithm is used to determine if there is a leak in the pipe system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.0%
  • Python 37.0%