continue to app (* Please refer the user guide for best use * ) - Click Here
Project made for Hack2techsustain Hackathon 2024 based on computer vision to assist visually challenged people to get a overview of their home sorounding using web app
VisionAssist project aims to addresses the following two major needs for visually impaired individuals:
-
Frequent Object Search: Users can input data about their frequently used objects into VisionAssist. The system utilizes this information to assist users in locating these objects within their homes. By leveraging object detection and localization technologies, VisionAssist provides real-time guidance to help users navigate to their desired items.
-
Surroundings Understanding: Through voice commands, users can request VisionAssist to identify specific objects in their surroundings. The system's object detection module scans the environment for relevant objects and provides real-time positional information about their locations. This feature enables users to gain a better understanding of their surroundings and interact with them more confidently.
- HTML/CSS/JavaScript: Frontend development for user interaction
- Git: Version control for collaborative development
- Web Speech API: For speech recognition and synthesis
- TensorFlow.js: Machine learning library for AI model execution in the browser
- Mediapipe: Framework for building cross-platform AI pipelines
- Teachable Machine: Tool for creating custom machine
- Trained Classification model weights hosted on google cloud - Get it here
- Weights for object detection using Tflite format weights stored on cloud - Get it here
Clone the project
git clone https://github.com/Senthilsk10/Vision-Assist.git
Go to the project directory
cd src
Start the server (Requires Python > 3.0)
python -m http.server
You can visit the website in http://127.0.0.1:8000/