https://github.com/playatanu/vis-rpb3
VIS-RPB3 is a portable, AI-powered assistive device designed to enhance the quality of life for visually impaired individuals by providing real-time auditory information about their surroundings.
https://github.com/playatanu/vis-rpb3
computer-vision raspberry-pi
Last synced: 3 months ago
JSON representation
VIS-RPB3 is a portable, AI-powered assistive device designed to enhance the quality of life for visually impaired individuals by providing real-time auditory information about their surroundings.
- Host: GitHub
- URL: https://github.com/playatanu/vis-rpb3
- Owner: playatanu
- Created: 2025-05-03T02:59:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-12T08:35:46.000Z (about 1 year ago)
- Last Synced: 2026-04-01T05:15:06.155Z (3 months ago)
- Topics: computer-vision, raspberry-pi
- Language: Python
- Homepage:
- Size: 13.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Install
```bash
pip install -r requirements.txt
```
```bash
sudo apt install tesseract-ocr
```
```bash
sudo apt-get install flite
```
```bash
sudo apt install -y gstreamer1.0-tools gstreamer1.0-plugins-base \
gstreamer1.0-plugins-good gstreamer1.0-plugins-bad \
gstreamer1.0-plugins-ugly gstreamer1.0-libav
```
```bash
sudo apt install -y libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
```