Project Source Files and Demonstration Link: https://github.com/ruslan-durrani/No-Hassel
No-Hassel
The "Enhancing Accessibility and Communication for Individuals with Visual and Speech Impairments" project focuses on developing the "No-Hassel" mobile app to address the challenges faced by individuals with visual and speech impairments in accessing and utilizing mobile applications. By incorporating features such as image recognition, text-to-speech conversion, and speech-to-text functionality, the app aims to improve navigation, information access, and communication for its users. This report presents a case study on the "No-Hassel" app, examining its effectiveness in enhancing accessibility and communication for individuals with visual and speech impairments. The findings and recommendations derived from this study contribute to the field of HCI and highlight the importance of inclusive design in creating an accessible digital environment.
Studio_Project_V1.mp4
This is a Flutter application created by ARDIES(Ruslan & Danish). This guide will help you download the zip file, set up the environment, and run the application.
- Go to the GitHub repository.
- Make sure you select no-hassel.zip
- Click on the green Code button.
- Select Download ZIP.
- Save the ZIP file to your desired location on your computer.
- Extract the contents of the ZIP file to a folder.
To run the Flutter application, you need to set up the necessary tools and dependencies.
- Visit the Flutter website to download the Flutter SDK.
- Choose your operating system and click Download Flutter.
- Extract the downloaded ZIP file to a location on your computer.
- Add the Flutter SDK's
bin
directory to your system's PATH variable.- Instructions for Windows: Update your PATH
- Instructions for macOS: Update your PATH
- Instructions for Linux: Update your PATH
- Visit the Dart website to download the Dart SDK.
- Choose your operating system and click Download Dart.
- Extract the downloaded ZIP file to a location on your computer.
- Add the Dart SDK's
bin
directory to your system's PATH variable.- Instructions for Windows: Add Dart to PATH
- Instructions for macOS: Add Dart to PATH
- Instructions for Linux: Add Dart to PATH
- Go to the Android Studio website and download Android Studio.
- Install Android Studio by following the provided instructions.
- Open Android Studio and complete the initial setup process.
- Install the Flutter and Dart plugins in Android Studio:
- Open Settings/Preferences.
- Select Plugins from the left sidebar.
- Search for "Flutter" and click Install.
- Search for "Dart" and click Install.
- Open Android Studio.
- Select Open an existing project and navigate to the folder where you extracted the ZIP file.
- Select the project folder and click Open.
- Wait for Android Studio to finish syncing the project.
- Connect an Android device or start an Android emulator.
- Click the Run button (green triangle) in the toolbar or select Run > Run 'main.dart' from the menu.
- Choose the target device/emulator from the list.
- Wait for the application to build and run on the selected device/emulator.
Congratulations! You have successfully set up the environment and run the Flutter application.
Feel free to reach out to me if you have any questions or encounter any issues during the process.
Enjoy exploring the Flutter application!