divya chandanaAvinash Chandana
Published © GPL3+

SparkyVision: HandsFree Empowering the Blind with AI Insight

Unlock the world of books, images, graphs and Research Papers with ease for the blind with AI-powered device, making visual content audible.

AdvancedFull instructions providedOver 2 days121
SparkyVision: HandsFree Empowering the Blind with AI Insight

Things used in this project

Hardware components

NVIDIA Jetson Nano Developer Kit
NVIDIA Jetson Nano Developer Kit
×1
PIR Motion Sensor (generic)
PIR Motion Sensor (generic)
×1
Wifi module AC8265
×1
logitech webcam
×1
8MP High Resolution Web Camera
×1
Mini Speaker
×1
Jumper wires (generic)
Jumper wires (generic)
×1
Legos
×1
Camera Mount Flexible
×1
powerbank
×1
Flash Memory Card, MicroSDHC Card
Flash Memory Card, MicroSDHC Card
×1

Software apps and online services

Snappy Ubuntu Core
Snappy Ubuntu Core
docker
balenaEtcher
balenaEtcher
cheese
Jupyter Notebook
Jupyter Notebook

Story

Read more

Schematics

Flow Diagram

Code

Book_generated_summary

HTML (Ruby)
No preview (download only).

Dockerfile

Dockerfile
# Use the Nvidia PyTorch base image
FROM nvcr.io/nvidia/l4t-pytorch:r32.7.1-pth1.9-py3

# Add Kitware's public key for additional installations
RUN apt-key adv --fetch-keys https://apt.kitware.com/keys/kitware-archive-latest.asc

# Update package lists and install required packages
RUN apt-get update && \
    apt-get install -y \
        python3-pip \
        libopenblas-base \
        libopenmpi-dev \
        tesseract-ocr \
        python3-opencv \
        libopencv-dev \
        mpg123 \
        gstreamer1.0-plugins-good \
        espeak

# Upgrade pip
RUN pip3 install --upgrade pip

# Install Python libraries
RUN pip3 install \
        pytesseract \
        numpy \
        pandas \
        jupyterlab \
        Jetson.GPIO \
        openai \
        google-cloud-texttospeech \
        matplotlib \
        playsound \
        pyttsx3

# Set up working directory
WORKDIR /workspace

Sparky

All the detail Installation steps present in the Read.me file

Credits

divya chandana

divya chandana

4 projects • 3 followers
https://www.linkedin.com/in/divya-chandana-75b27438
Avinash Chandana

Avinash Chandana

0 projects • 0 followers

Comments