Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

See-Hear

A real-time video object detection system that speaks what it sees. Powered by YOLOv8, this project uses your webcam to detect objects and plays an audio description for each detected item.

How It Works

  • Captures video using OpenCV
  • Runs YOLOv8 detection on each frame
  • Plays audio labels for detected objects using Pygame

Requirements

  • Python 3.10+
  • OpenCV
  • Pygame
  • PIL (Pillow)
  • Ultralytics YOLOv8

Run It

python3 main.py

About

Real-time YOLOv8-powered system detects people via webcam and plays directional sounds based on their position (left, center, right). It combines vision and audio to provide intuitive spatial alerts, ideal for accessibility, security, or interactive projects.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages