The InclusiveWay project by the ASK organization aims to improve the mobility of visually impaired people in urban areas, providing an innovative solution for navigating public streets. With approximately 250 million visually impaired people worldwide, and approximately 45 million in Brazil, the application seeks to make the lives of these individuals easier by offering real-time information about road conditions and alerts about obstacles.
Screenshots
Architecture
Improve the mobility of visually impaired people in urban areas.
- Provide real-time alerts about obstacles on the streets.
- Offer information about road conditions to determine optimal routes.
- Ensure full accessibility by being compatible with screen readers.
The project is still under development, and the next updates will focus on the following tasks:
- Front-end
- User Database
- Back-end Data Validation
- OpenStreetMap
- Back-end for Route Calculation
- Obstacle Database
- Accessibility Features
- Triggers for New Obstacles
|
João Natividade |
![]() Alydson Lustoza |
![]() Andreza Vieira |
![]() Carla Silva |
![]() José Soares |
Figure 2: Problem in 1 slide
Figure 3: Solution in 1 slide
Figure 4: Prototype in 1 slide
- Instale o anaconda
- Crie um ambiente virtual
conda create -n ask python=3.10- Ative o ambiente virtual
conda activate ask- Instale as dependências
pip install -r requirements_windows.txt- Execute o aplicativo
python main.py- Instale o anaconda
- Crie um ambiente virtual
conda create -n ask python=3.10- Ative o ambiente virtual
conda activate ask- Instale as dependências
pip install -r requirements_linux.txt- Execute o aplicativo
python main.pySe você deseja contribuir para o desenvolvimento do aplicativo, siga os passos abaixo:
- Faça um fork do repositório
- Clone o fork para o seu ambiente local
- Crie uma branch para suas alterações (
git checkout -b nome-da-sua-branch) - Faça commit das suas alterações (
git commit -m 'Descrição das alterações') - Faça push para a branch (
git push origin nome-da-sua-branch) - Abra um pull request no repositório original
- Modifique o arquivo (
buildozer.spec)
buildozer android debug deploy run logcatbuildozer android debug deploy run logcat > log.txtbuildozer -v android debug
buildozer android logcat > log.txtbuildozer -v android cleannohup buildozer -v android debug > log.txt &tail -f log.txtgit pull
git add .
git commit -m "Atualizando"
git pushgh release create 0.0.1 '/home/ubuntu/ask/bin/inclusiveway-0.1-arm64-v8a_armeabi-v7a-debug.apk'








