-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f34dcb8
commit 4aa000a
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# VISION-I:A BLIND ASSISTANCE SYSTEM | ||
This is a vision enhancer based module specifically for the BLIND VICTIMS. The system is designed in such a way in which the blind person can take the help of AN APPLICATION which inturn sends Real Time Frames to the LAPTOP-BASED WIRELESS NETWORKED SYSTEM. It works on REAL-TIME OBJECT DETECTION using SSD_MOBILENET algorithm and TENSORFLOW APIs . It has a core feature of approximate distance calculation and Voice - Based wireless feedack generation w.r.t the DISTANCE CALCULATION. It makes the work of Blind easy,efficient and reliable by sending wireless Voice based feedback whether the particular object is either too close to him or is it at a safer distance. The same system can be used from Obstacle Detection. | ||
|
||
## Features | ||
* Easy to integrate | ||
* Voice Activated | ||
* Real Time Interface | ||
* Can be Interacted with Android Mobile Webcam as well | ||
|
||
## Setup | ||
* Fork the repository at your profile | ||
* Git Clone the repository to your local machine. | ||
* pip install - r requirements.txt | ||
* Follow my Youtube Tutorial | ||
* Run [MainFile](https://github.com/beingaryan/VISION-I/blob/master/webcam_blind_voice.py) | ||
|
||
## TODO | ||
* Make it dynamic over Cloud systems. | ||
* Provide features to input class of Object. | ||
|
||
|
||
## Tutorials | ||
* [Medium](https://medium.com/beingryaan/real-time-object-detection-along-with-distance-and-voice-alerts-for-blinds-a-blind-assistance-1708b97c3ecc) | ||
* [Youtube](https://www.youtube.com/watch?v=3BXIuU2AcGg&feature=emb_title) | ||
|