An open API service indexing awesome lists of open source software.

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.

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
```