MVP - Prototype
Web : Flask (Python 3.8)
Database : MySQL
Web UI : HTML, CSS, JS (duh!)
Mobile : Android
Angel Eyes is a mobile application for the visually impaired and blind. This application can be used by these people in delicate and confusing situations such as finding the right path in the street or looking for an object in the house etc.
This can also provide blind people the ability to have a artificial intelligence as a guide, that is, by filming their surroundings constantly to recognise objects around them and communicate the information to them via voice, a human volunteer can also help them if needed.
- Caretaker To Manage The Blind
- Face Recognition Of Known People
- Blind's Live Location Always Available
- Blind Can Contact Volunteer (Video Call)
- Emergency Help Via Phone Shake
- Navigation Via Google Maps
- Object Recogntion (COCO_DATASET)
- Read Text (OCR)
Download the yolo3.weights file to the src/static/yolo
directory.
- run
python src/webservice.py
to start the apis. - run
python src/app.py
to start the web interface.
Python
- requests==2.22.0
- face_recognition==1.3.0
- opencv_python==4.5.2.54
- Flask==1.1.2
- numpy==1.19.5
- PyMySQL==1.0.2
Android
- junit:4.12
- runner:1.0.2
- espresso-core:3.0.2
- volley:1.1.0