An application for recognizing objects in real time and describing their name and location in the frame by voice
I see a person at the top right corner.
I see 2 objects: a chair at the bottom and a person at left.
I see 3 objects: a keyboard at right, a tv at top and a cup at the bottom left corner.
- Raspberry Pi 4
- Pi Camera v2
- MobileNet SSD v2 Lite
- MobileNet SSD v1
- Common Objects in Context (COCO)
- Custom dataset with Rubics Cubes
- Custom dataset with people wearing face masks
- Custom dataset with pictures of dogs and cats
- gTTs (when connection to the Internet is established)
- pyttsx3 (when being offline)
To install required packages run the following command:
pip3 install -r requirements.txt
Finally to launch the application run:
python3 App.py

