Skip to content

It was a project developed for Seimens Make It Real Hackathon

Notifications You must be signed in to change notification settings

sarthak-m-das/Tetrachrome-Lenses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TetraChrome Lenses: Smart Glasses for Visually Impaired People

TetraChrome Lenses is a portable, robust and efficient device capable of assisting a visually impaired person in a seamless manner. The device integrates different technologies like computer vision, embedded systems, and text-to-speech to create a powerful personal assistant for the blind. It generates audio cues and haptic feedback for helping the blind person to perceive and interact with the surrounding.

Image4


Image4



Prerequisites

  1. Raspberry Pi 3B+
  2. USB Camera
  3. Switch Board with 4 switches (Attach 4 switches on the GPIO pins 17, 18, 22, 27)
  4. Power Supply for Raspberry Pi (You can also use a Power Bank)
  5. Bluetooth Earpiece

Optional (In case of Overheating)

  1. Heat Sink
  2. Cooling Fan

Getting Started

Access the Raspberry Pi via SSH

ssh pi@<ip-address>
<password>

Installation

  1. Firstly, install virtualenv
pip install virtualenv
  1. Create a project folder
mkdir TetraChrome_Lenses
cd TetraChrome_Lenses
  1. Initialize virtual environment
virtualenv venv
  1. Activate the virtual environment
source venv/bin/activate
  1. Clone the Repo
(venv) git clone https://github.com/ankursikarwar/TetraChrome-Lenses.git
  1. Navigate to the sub-folder
(venv) cd TetraChrome-Lenses
  1. Install the dependencies
(venv) pip install -r requirements.txt

Starting the Application

Attach the USB camera and run main.py

(venv) python main.py

About

It was a project developed for Seimens Make It Real Hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published