Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

University project for Mobile and Social Sensing Systems course (MSc Computer Engineering at University of Pisa, A.Y. 2022-23)

License

Notifications You must be signed in to change notification settings

yolly98/navigation-assistance-platform-for-blind-people

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Navigation Assistance Platform for Blind People (VIBA)

Android Kotlin Gradle Java Google ARCore

University project for Mobile and Social Sensing Systems course (MSc Computer Engineering at University of Pisa, A.Y. 2022-23)

VIBA is an Android Application aimed at assisting visually impaired and blind (VIB) people in everyday life by detecting obstacles in an outdoor environment, in order to warn the user and help him/her to move safely.
More specifically, it is designed to work in combination with traditional tools such as a walking cane, guide dogs, and human assistant.
The system uses a Depth Map generated by Google's ARCore Depth Lab API that is used to compute the distance between camera and obstacles. If the user gets too close to them, he/she is alerted via audio and vibration feedback.

Structure of the repository

navigation-assistance-platform-for-blind-people
|
├── src
│   ├── app
│   │   └── src/main
│   |       ├── assets
|   │       |   ├── models
|   │       |   └── shaders
|   │       |   
│   |       ├── java/com/google/ar/core/vibaplatform
│   |       |   ├── java
|   │       |   └── kotlin
│   |       |       ├── common
│   |       |       └── viba
|   │       |
|   |       └── res   
|   |           ├── drawable
|   |           ├── layout
|   |           ├── menu
|   |           └── values
│   └── gradle
| 
└── docs
    ├── documentation
    └── presentation

Authors

About

University project for Mobile and Social Sensing Systems course (MSc Computer Engineering at University of Pisa, A.Y. 2022-23)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 57.0%
  • Kotlin 25.6%
  • GLSL 17.4%