A Raspberry Pi-Based Text Reader & Object Detection System
A Raspberry Pi-Based Text Reader & Object Detection System
A. Hardware Component:
Raspberry Pi 4 Model B:
Web Camera:
A webcam is a video camera which is designed to record This is the official operating system developed for
or stream to a computer or computer network. They are raspberry pi by the raspberry pi foundation. It is a debian-
primarily used in video telephony, live streaming and social based Linux distribution optimized for the pi's hardware and
media, and security. In this project webcam is used to capture comes with a user-friendly interface.
the object and send its image further into the system.
Code:
B. Software Components: https://drive.google.com/drive/folders/1rAa67INfWBox
FePBdj4qifZhF85qm1rt?usp=sharing
Raspberry pi os (formerly raspbian) Please send a mail before using code.
write a python script to capture images using the camera, choose an object detection model compatible with
perform ocr on the images, and convert the recognized tensorflow lite (e.g., mobilenet ssd).
text to speech. download the model and labels file.
utilize libraries like opencv and pytesseract.
Tensorflow Lite Installation:
F. Integration:
Testing:
test the system with sample images and text to verify the
accuracy of both the text reading and object detection
components.
refine the script as needed.
G. Optional Enhancements:
Optimization:
Documentation:
Opencv: