The application uses YoloV8 model to detect Egyptian currencies in real-time using a camera feed.
- Real-Time Detection: The script opens the camera feed and continuously detects Egyptian currency notes within the frame.
- Total Money Display: It displays the total sum of money detected in the frame.
- Text-to-Speech Feature: Pressing the 't' key triggers a feature that audibly announces the total amount of money detected and lists the detected currencies from right to left (relative to the camera)
The model was trained on the Banha University Egyptian Currency Dataset available on Roboflow Universe.
- OpenCV: To use your camera for detection
- Ultralytics YOLO (ultralytics): To use/Train the YoloV8 Model
- pyttsx3: To get the Sound Feedback