
Closed
Posted
My goal is to build a reliable software layer that lets a blind or visually-impaired user move confidently in both indoor and outdoor settings. Meta glasses and similar wearables already give us a camera and basic audio, yet they fail when background noise masks instructions and when no haptic feedback is available. I need a programmer who can rethink that whole flow and write the logic that ties the sensors, recognition, guidance, and feedback channels together so the experience is truly usable. Core flow • Real-time positioning: use camera, GPS, IMU and, where available, Wi-Fi/BLE beacons to pinpoint the user’s location and heading, whether in a shopping mall or on a city street. • Path planning & turn-by-turn guidance: generate concise, context-aware instructions that avoid cognitive overload. • Multimodal feedback: combine short audio prompts, optional bone-conduction output, and vibration/haptic cues to overcome noisy environments. • Robust obstacle awareness: fetch depth or stereo data (or infer depth with AI) so the user is warned about hazards at cane-length distance or overhead. • Extensible add-ons: hooks for voice commands, emergency SOS, text reading, object recognition, or any future computer-vision module. I already have access to sample hardware (camera-equipped glasses and a tactile band), so you can prototype quickly with OpenCV, TensorFlow Lite, PyTorch Mobile or a stack you prefer. What I really need is the architecture, clean code, and demonstrable logic that meld everything into a smooth UX. Deliverables 1. Source code with clear documentation and build/run instructions 2. A runnable demo (APK, executable, or Web build) that proves indoor & outdoor navigation on my test routes 3. API or module descriptions so more features can be plugged in later 4. A short technical report explaining algorithms chosen, sensor fusion method, and latency/accuracy benchmarks Acceptance criteria • Navigation prompts stay under 1 s latency and within 2 m positional error outdoors, 1 m indoors • Obstacle alerts trigger at least 95 % of the time in my test scenarios • Audio and haptic feedback are never delivered simultaneously in a way that confuses the user • Full offline operation for indoor mode, minimal data use outdoors If this sounds like the kind of challenge you enjoy, outline the toolchain you would use, any similar projects you have tackled, and how quickly you can put together a proof of concept.
Project ID: 40668779
87 proposals
Remote project
Active 3 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
87 freelancers are bidding on average $53 USD/hour for this job

Hello, I am excited about the opportunity to work on the Blind Assistive Navigation Software project. As a seasoned software developer with a focus on innovative solutions, I am well-equipped to tackle the challenges you've outlined. Based on your project requirements, I will leverage my expertise in developing complex software systems to create a reliable navigation solution for blind and visually-impaired users. By utilizing advanced technologies such as OpenCV, TensorFlow Lite, and PyTorch Mobile, I will design a robust architecture that seamlessly integrates sensor data for accurate positioning and obstacle awareness. My approach will involve designing a user-friendly interface with multimodal feedback options to ensure a smooth user experience in various environments. I have a proven track record of successfully implementing similar projects and can provide you with a tailored solution that meets your specific needs. I am eager to discuss the details further and share insights on the technical aspects of the project. Please feel free to open a chat so we can delve deeper into the development plan and potential strategies for creating a proof of concept. Looking forward to the opportunity to collaborate on this impactful project. Sincerely, Rajesh
$50 USD in 40 days
9.4
9.4

Hi there, I can help build this as a practical, offline-first mobile navigation system that focuses on reliable guidance rather than flashy features. My approach would be to keep the app modular: a Flutter client for the wearable and mobile experience, native integrations for camera, GPS, IMU, audio, and haptics, and a clean sensor-fusion layer that turns noisy inputs into stable position and obstacle decisions. For the core logic, I would keep the architecture simple and maintainable: local processing for indoor mode, optional beacon and Wi-Fi/BLE inputs when available, lightweight computer-vision inference for depth or obstacle cues, and a guidance engine that prioritizes short, unambiguous prompts so audio and vibration never compete. That gives you a system that can be tested on your routes, extended later with voice commands or SOS, and documented clearly enough for ongoing work. I’ve worked on mobile products where real-time device data, offline behavior, and clean API boundaries mattered, so I understand the importance of latency, reliability, and conservative engineering choices here. I would be glad to review your hardware setup and prototype the navigation flow with a toolchain that fits the devices you already have.
$50 USD in 35 days
7.9
7.9

⭐⭐⭐⭐⭐ Create Smart Navigation Software for the Visually Impaired ❇️ Hi My Friend, I hope you're doing well. I reviewed your project details and see you're looking for a programmer to build navigation software for blind or visually impaired users. Look no further; Zohaib is here to help you! My team has completed 50+ similar projects in accessibility technology. I will design a reliable software layer that integrates sensors, recognition, and feedback for a smooth user experience. ➡️ Why Me? I can easily build your navigation system as I have 5 years of experience in software development, focusing on real-time positioning, path planning, and multimodal feedback systems. My expertise includes sensor integration, algorithm development, and user experience design. I also have a strong grip on OpenCV, TensorFlow Lite, and other relevant technologies. ➡️ Let's have a quick chat to discuss your project in detail. I can share samples of my previous work that demonstrate my capabilities. I look forward to our chat! ➡️ Skills & Experience: ✅ Software Development ✅ Real-Time Positioning ✅ Sensor Integration ✅ Path Planning ✅ Multimodal Feedback ✅ User Experience Design ✅ Algorithm Development ✅ OpenCV ✅ TensorFlow Lite ✅ Python Programming ✅ Mobile App Development ✅ API Design Waiting for your response! Best Regards, Zohaib
$50 USD in 40 days
8.1
8.1

Hi, You need an assistive navigational layer for wearables. Operationally, this requires ingesting high-frequency sensor telemetry (IMU, GPS, camera, BLE), fusing it for precise localization, inferring depth for hazard detection, and translating spatial constraints into low-latency, cognitively lightweight haptic and audio queues without overlapping signals. Technical approach: We will build a modular Android-based edge-processing layer. For positioning, we will implement a Kalman filter blending IMU, GPS, and BLE RSSI. Obstacle awareness will utilize PyTorch Mobile with a lightweight monocular depth estimation model optimized for edge NPU. The feedback router will act as a state machine, strictly interleaving TTS prompts and BLE haptic triggers to prevent sensory collision. Core modules: - Sensor Fusion Engine: Aggregates real-time geospatial and IMU data. - AI Spatial Router: Analyzes video frames (<100ms inference) for obstacle thresholds. - Multimodal UX Controller: Queues and dispatches non-concurrent feedback. - Offline Path Planner: Manages graph-based indoor routing via BLE mapping. Relevant systems: - Alpha Robot: App running directly on physical hardware handling AI navigation and sensor integration. - Road Rage: Real-time processing of high-frequency GPS and accelerometer data. Implementation strategy: We recommend building an Android APK MVP focusing on monocular depth estimation and haptic feedback routing first. Once the latency baseline is validated, we will integrate BLE indoor positioning and outdoor GPS routing, concluding with API abstraction. Regards, Rohit
$50 USD in 21 days
7.8
7.8

Hi, I’d approach this as a safety-critical assistive navigation system, starting with a measurable proof of concept on your actual glasses and tactile hardware before committing to final accuracy targets. My proposed stack is Python/OpenCV for prototyping, with TensorFlow Lite or PyTorch Mobile for on-device vision/depth inference, plus GPS/IMU/BLE sensor fusion and a modular guidance engine for audio and haptic output. I would separate the system into localization, obstacle detection, route guidance, and feedback arbitration. That lets us benchmark each component independently and ensures audio/haptic cues do not compete or overload the user. For indoor use, I’d evaluate visual-inertial positioning plus BLE/Wi-Fi anchors where available. Outdoors, GPS + IMU + map context would handle coarse positioning, while vision supports local obstacle awareness. The first milestone would produce a working test build, latency/accuracy measurements, obstacle-detection results, and a recommendation for the safest architecture before scaling further.
$55 USD in 40 days
6.1
6.1

Hi! I have spent a great deal of time on this specific area. I understand the objectives, and have solved many of the hurdles. I have over 15 years as a full stack developer, and have leading ML citations. In addition, I can prototype low cost hardware which can be mass produced at low cost for the end-user. Please view my profile or open a chat with me so I could share more. Thank you for your time.
$50 USD in 40 days
6.1
6.1

Hi, — this is a real assistive-systems problem, not just a computer-vision demo, and the part that matters is whether guidance stays usable under noisy, uncertain conditions. The real engineering risk is arbitration across localization, obstacle detection, and feedback timing so the user gets one clear instruction path instead of conflicting signals with sub-second latency. I usually structure systems like this as separate runtime layers: sensor fusion, scene/hazard interpretation, navigation policy, and feedback orchestration. The closest work I’ve done here is AI Translator Plugin, where I built a low-latency streaming audio system with online/offline failover, and Enterprise ProxyTool Client App, where the architecture separated control logic from the real-time execution path to keep behavior predictable under load. For this build, I’d use Python for the core orchestration and OpenCV at the perception edge, with a strict event model between positioning, obstacle alerts, and turn guidance. I typically design the feedback layer as a policy engine so audio, bone-conduction, and haptics are mutually coordinated rather than independently triggered. I’d also put evaluation logic around false obstacle alerts, heading drift, prompt suppression, and offline indoor behavior from the start. That’s the difference between a prototype that demos and one that can be trusted. If useful, I can sketch the runtime architecture and sensor-fusion/control-flow boundaries first. Clifton
$50 USD in 40 days
5.6
5.6

hi, i have reviewed the details of your project. i have experience with computer vision, sensor fusion, ai inference, and mobile systems where low latency and reliable feedback are important. i will build the prototype around camera, gps, imu, and available ble or wifi signals, combining them through sensor fusion for positioning and heading. i will use depth or ai based obstacle detection, then connect path planning with short audio and haptic cues using priority rules so feedback remains clear in noisy environments. the architecture will be modular for future voice, sos, text reading, and object recognition features. i will provide a runnable demo, documented source code, module apis, and benchmarks covering latency, positioning accuracy, obstacle detection, and offline operation. can we schedule a quick meeting to discuss the project in detail. it will help me understand your needs better and give you a clear plan with timeline and budget. i will also share my portfolio during the chat. mughiraa
$50 USD in 40 days
5.3
5.3

Hello, I can dive into your project immediately. I have hands-on experience with computer vision, OpenCV, sensor-fusion systems, real-time positioning, and mobile application architecture involving camera, IMU, GPS, and multimodal feedback. I’d build the POC around a modular sensor-fusion layer, lightweight on-device vision/depth models, offline indoor mapping, and a priority-based guidance engine coordinating audio and haptic feedback. I’ll benchmark latency, positioning accuracy, and obstacle detection against your acceptance criteria. I want to discuss with you in more details. Kind regards, Mojjammil
$50 USD in 40 days
5.5
5.5

I can build the full software architecture for blind/visually-impaired assistive navigation, connecting sensor fusion, perception, routing, and multimodal feedback into a cohesive, low-latency UX. Approach - Real-time positioning: fuse camera cues with GPS/IMU and optional Wi‑Fi/BLE signals using an EKF/UKF-style pipeline; maintain a stable heading estimate for turn decisions. - Guidance logic: implement context-aware, short-horizon path planning plus turn-by-turn prompt scheduling to prevent cognitive overload. - Obstacle awareness: support stereo/depth (or monocular depth inference) and hazard classification; trigger alerts at cane-length range and handle overhead obstacles separately. - Multimodal output: design a strict arbitration layer so audio vs haptics never conflict; add per-event timing rules to keep prompts under the 1s latency target. - Extensibility: modular plugin interfaces for CV add-ons (object recognition, voice commands, SOS, text reading) with clearly defined data contracts. Toolchain for rapid prototyping - OpenCV + TensorFlow Lite for inference; PyTorch Mobile if training/tuning is needed. - Mobile/Web build target with clean module boundaries and reproducible build/run steps. Deliverables you’ll receive - Documented source code, runnable demo (APK/executable/Web build) showing indoor/outdoor navigation on your routes. - API/module descriptions for plug-in features. - Technical report covering algorithms, fusion method, and latency/accuracy benchmark
$50 USD in 30 days
5.3
5.3

The challenge here is reliably tying sensor inputs to user guidance when audio can be masked and haptics are missing. I will build this software layer using Python, focusing on the core logic connecting real-time positioning, path planning, and feedback. For positioning, I'll integrate camera data using OpenCV for computer vision tasks like object recognition and obstacle avoidance, alongside GPS and IMU readings for outdoor and indoor tracking. Wi-Fi and BLE beacon data will refine indoor accuracy. Path planning will use Dijkstra’s algorithm or A* search, depending on map complexity, generating turn-by-turn instructions. I'll assume haptic feedback will be a series of vibrations, perhaps varying in intensity or pattern to denote direction or proximity to obstacles, until you specify otherwise. The brief mentions "cogniti" without defining it in the context of instructions. I will interpret this as providing only essential, context-aware guidance to avoid overwhelming the user. 8 reviews on here, everything delivered on time and on the agreed price so far, plus Preferred Freelancer status. I need the API documentation for the Meta glasses or similar wearable you intend to use.
$50 USD in 7 days
5.2
5.2

For this navigation system, I’d treat audio, haptics, positioning, and obstacle detection as one coordinated guidance engine, with explicit priority rules so the user never receives competing cues during a critical moment. I’d prototype on Android using Kotlin for device integration, C++/OpenCV for vision, TensorFlow Lite for monocular depth/object detection, and an Extended Kalman Filter for GPS + IMU + BLE/Wi-Fi sensor fusion. My two priorities would be integrations and user experience: sensor streams need a consistent low-latency event model, while guidance should translate them into short, predictable audio or haptic patterns based on urgency. That reduces cognitive load and makes the system usable in noisy real-world environments. Indoor mode would cache maps/models locally and fuse IMU with BLE/Wi-Fi landmarks. Outdoors, GPS/IMU would provide the base position while vision handles near-field hazards. The architecture would expose separate modules for navigation, perception, voice, OCR, SOS, and future wearable hardware. A relevant project is AI Estimator, where I worked with visual AI to identify objects from room images and convert computer-vision output into structured application data. I’d target a proof of concept in 3-4 weeks covering sensor fusion, obstacle alerts, route prompts, and tactile-band feedback. I’d validate the <1s, 1-2m, and 95% targets through measured field tests rather than assume them upfront.
$50 USD in 40 days
4.4
4.4

Hi - Truong here >>>>>>>>>> "BLIND ASSISTIVE NAVIGATION SOFTWARE" — you need a dependable guidance layer that works beyond basic wearable features. I would start with a modular design: camera vision, GPS/IMU sensor fusion, navigation logic, and feedback control separated clearly. This helps avoid common failures like delayed sensor data, confusing alerts, or audio instructions getting lost in noisy environments. For the first demo, I would focus on proving the full flow: detect obstacles, estimate position, create simple guidance, and deliver the right audio or vibration response. Offline indoor processing would be planned from the beginning, not added later. Which exact Meta glasses model, tactile band, and mobile device should the prototype be built around? Looking forward to working with you.
$50 USD in 40 days
4.1
4.1

Hi there! The real bottleneck here isn't sensor fusion or obstacle detection alone, it's orchestrating them into a UX that doesn't overwhelm someone navigating by ear. The latency and feedback timing constraints you've set tell me you're thinking about cognitive load, which most projects miss. I've built real-time computer vision pipelines for mobile devices and worked with depth inference, GPS/IMU integration, and multi-channel feedback systems. More importantly, I've shipped products where timing mattered: microsecond delays between audio cues and haptic feedback completely change how usable the system feels. One thing worth clarifying upfront: for indoor positioning, are you targeting Wi-Fi/BLE trilateration only, or would you want to layer in visual place recognition from the camera feed itself? That decision shapes whether the indoor module runs fully offline or needs periodic calibration passes. I'd approach this by building a modular core that decouples sensor input, decision logic, and feedback output, then prototype the navigation loop on your actual hardware first. That tells us real latency numbers fast. Let's talk through your test routes and hardware setup. kind regards, Corné
$50 USD in 40 days
3.8
3.8

Hello, I understand the importance of developing a reliable Blind Assistive Navigation Software to enhance the mobility of blind or visually-impaired individuals in various environments. My expertise lies in creating seamless software solutions that integrate sensors, recognition technology, and feedback mechanisms to provide a user-friendly experience. To address the core flow requirements of real-time positioning, path planning, multimodal feedback, obstacle awareness, and extensible add-ons, I propose utilizing a combination of OpenCV, TensorFlow Lite, and PyTorch Mobile to prototype the solution. By focusing on architecture, clean code, and logic integration, I aim to deliver a smooth UX that meets your specifications. My approach involves leveraging my experience in similar projects, ensuring efficient sensor fusion methods, and prioritizing low latency and high accuracy benchmarks. I am committed to providing you with well-documented source code, a functional demo, detailed API descriptions, and a technical report outlining the chosen algorithms and performance metrics. If you are interested in discussing the toolchain, project timeline, and proof of concept development further, I invite you to open a chat to explore potential strategies and solutions tailored to your needs. Sincerely, Rajesh Rolen
$50 USD in 40 days
2.0
2.0

Hi, I understand you need a reliable navigation and guidance layer that combines camera, GPS, IMU, indoor positioning, obstacle detection, and coordinated audio/haptic feedback for blind and visually-impaired users. I would use a modular architecture with **Android/Kotlin, OpenCV, TensorFlow Lite, and sensor fusion** to keep the system fast, offline-capable indoors, and extensible for future features. I can deliver the source code, runnable POC, module documentation, and technical benchmark report. **Which exact glasses, camera hardware, and tactile band APIs are available for the prototype?** **For indoor navigation, will BLE/Wi-Fi beacons and floor maps already be available?** I can build a focused proof of concept in approximately **4–6 weeks**. Abdullah Budget and timeframe are placeholders
$50 USD in 40 days
0.0
0.0

Hey there, This is exactly the kind of advanced mobile and computer vision solution we enjoy working on: connecting sensors, AI-based recognition, and real-time feedback into a reliable experience. We understand this is a complex product, and our approach would be to build it step by step with a strong architecture, starting with a practical proof of concept and expanding toward a production-ready solution. We would combine camera processing, GPS/IMU sensor fusion, obstacle detection, navigation logic, and audio/haptic feedback into a modular system that can grow with future features like OCR, object recognition, and SOS support. We’re comfortable working with technologies like OpenCV, TensorFlow Lite, and PyTorch Mobile to create and optimize the core functionality. A few things I would like to clarify: Which smart glasses and haptic device are you currently using, and do they provide SDK access? Do you already have test routes, maps, or datasets available for validation? For the first prototype, which area is the highest priority: navigation, obstacle detection, or wearable feedback? We would love to discuss your vision and help turn this challenging idea into a reliable working prototype. Feel free to share a suitable time for a quick call or chat. Budget and timeline are placeholders. Regards, Royal Designs (FK)
$50 USD in 40 days
0.0
0.0

Hi — you've already diagnosed the two failures that actually break these systems: audio prompts that drown in background noise, and no haptic fallback. That's the right lens, so I'll build to it rather than pitch a generic CV demo. The hard problem here isn't any single sensor — it's fusion and latency. Camera, GPS, IMU and BLE beacons each fail differently (GPS drifts indoors, camera struggles in low light, IMU accumulates error), so I'd fuse them with a Kalman/particle filter that weights each source by its current confidence and degrades gracefully instead of giving a confident wrong heading. That last part matters most: a wrong "turn left" is worse than silence for a blind user. Feedback: short, pre-emptive audio (not a running monologue — cognitive overload is a real failure mode you named), with bone-conduction so ambient hearing stays open, and vibration as the noise-proof channel — distinct patterns for left/right/stop that work when audio can't. One honest caveat: true turn-by-turn indoor positioning needs either BLE beacons installed in the venue or a pre-mapped space — raw camera+IMU alone drifts too much for safety-critical guidance. I'd scope indoor to beacon-equipped or mapped venues first and be upfront about that limit rather than overpromise safety. Is the target hardware Meta glasses specifically, or should the layer stay device-agnostic? And do you have any control over installing BLE beacons indoors? Aakaash
$50 USD in 40 days
0.0
0.0

Hi! My name is Vandini, and I’m here to offer my services as an experienced mobile/AI developer. I have experience with mobile applications, computer vision, real-time processing, sensor integration, and AI/ML-based solutions. I can help build the core navigation architecture integrating camera, GPS, IMU, obstacle detection, path guidance, audio, and haptic feedback, with an extensible design for future voice, OCR, SOS, and object-recognition features. I’d be happy to discuss the available hardware and test routes to define the right architecture and proof-of-concept scope. Once the scope is locked, I can start right away.
$50 USD in 40 days
0.0
0.0

Nairobi, Kenya
Payment method verified
Member since Jul 8, 2026
$30-40 USD
£20-250 GBP
$30-250 USD
$30-250 USD
min $50 USD / hour
$10-45 USD
$250-750 USD
$250-750 USD
$250-750 AUD
$30-35 USD
$15-80 USD / hour
$250-750 USD
$250-750 USD
$30-250 USD
€30-250 EUR
₹1000-15000 INR
$30-250 USD
£50-300 GBP
₹1500-12500 INR
$100-250 USD