Skip to content

rxzjerry/kudos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

kudos

frame (3)

[Project Name] 🎯

Basic Details

Team Name: [Name]

Team Members

  • Team Lead: Anandhu S Nair - CET
  • Member 2: Abhinav K P - CET

Project Description

It finds the speed of fan by giving a video of a rotating fan.

The Problem (that doesn't exist)

Measuring the rotational speed (RPM) of a fan usually requires physical tachometers or specialized sensors, which can be expensive and impractical for everyday use. In many cases, users want a non-contact way to measure fan speed using just a camera or smartphone, without installing any hardware.

The Solution (that nobody asked for)

This project uses computer vision with OpenCV and the Structural Similarity Index (SSIM) to detect when the fan blades return to the same position in a video. By calculating the time between these repeated positions, the program estimates the fan's rotations per minute (RPM) accurately — all from a simple video, without any extra equipment.

Technical Details

Technologies/Components Used

For Software:

  • Languages:Python
  • Frameworks used:None
  • Libraries used: opencv-python – for video processing numpy – for numerical operations scikit-image – for SSIM similarity detection matplotlib (optional) – for plotting result
  • Tools used:VS Code,GitHub

For Hardware:

  • Main components: Standard table fan or ceiling fan ,Webcam or smartphone camera
  • Specifications: Camera resolution ≥ 720p recommended
  • Tools required: Camera

Implementation

For Software:

Installation

[commands]

Run

[commands]

Project Documentation

For Software:

Screenshots (Add at least 3)

![Screenshot1](Add screenshot 1 here with proper name) Add caption explaining what this shows

![Screenshot2](Add screenshot 2 here with proper name) Add caption explaining what this shows

![Screenshot3](Add screenshot 3 here with proper name) Add caption explaining what this shows

Diagrams

![Workflow](Add your workflow/architecture diagram here) Add caption explaining your workflow

For Hardware:

Schematic & Circuit

![Circuit](Add your circuit diagram here) Add caption explaining connections

![Schematic](Add your schematic diagram here) Add caption explaining the schematic

Build Photos

![Components](Add photo of your components here) List out all components shown

![Build](Add photos of build process here) Explain the build steps

![Final](Add photo of final product here) Explain the final build

Project Demo

Video

[Add your demo video link here] Explain what the video demonstrates

Additional Demos

[Add any extra demo materials/links]

Team Contributions

  • [Name 1]: [Specific contributions]
  • [Name 2]: [Specific contributions]
  • [Name 3]: [Specific contributions]

Made with ❤️ at TinkerHub Useless Projects

Static Badge Static Badge

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors