惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
博客园_首页
宝玉的分享
宝玉的分享
S
SegmentFault 最新的问题
Jina AI
Jina AI
Hugging Face - Blog
Hugging Face - Blog
V
Visual Studio Blog
美团技术团队
IT之家
IT之家
罗磊的独立博客
Blog — PlanetScale
Blog — PlanetScale
Google DeepMind News
Google DeepMind News
月光博客
月光博客
Microsoft Azure Blog
Microsoft Azure Blog
H
Help Net Security
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Last Week in AI
Last Week in AI
博客园 - 叶小钗
M
MIT News - Artificial intelligence
B
Blog RSS Feed
有赞技术团队
有赞技术团队
Y
Y Combinator Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Vaani — Making Communication More Inclusive with Generati...
Kinara · 2026-05-29 · via DEV Community

Kinara

Vaani — Making Communication More Inclusive with Generative AI and Indian Sign Language

Introduction

As artificial intelligence continues to evolve, accessibility remains one of the areas where technology can create the most meaningful real-world impact. While modern communication tools have become increasingly advanced, many individuals still face barriers in participating fully in everyday conversations due to hearing or speech-related challenges.

To explore how Generative AI, speech recognition, and computer vision can improve communication accessibility, I built Vaani — an Android-based accessibility application focused on real-time speech transcription and Indian Sign Language (ISL) interaction.

Vaani combines AI-powered transcription, offline transcript management, notification-based accessibility controls, and MediaPipe-powered gesture interaction into a single platform designed to support more inclusive communication experiences.

The Problem

Communication accessibility is still a major challenge in:

  • classrooms,
  • public interactions,
  • meetings,
  • workplaces,
  • and daily conversations.

For individuals with hearing impairments, following spoken communication in real time can often be difficult. At the same time, support for Indian Sign Language remains limited across many mainstream digital platforms.

Existing accessibility tools are often:

  • expensive,
  • difficult to access,
  • dependent on continuous internet connectivity,
  • or lacking localized accessibility features.

I wanted to build a lightweight and practical solution that could use AI technologies to improve accessibility directly on mobile devices.

What is Vaani?

Vaani is an Android application that combines:

  • real-time speech transcription,
  • offline transcript storage,
  • Indian Sign Language interaction,
  • and accessibility-focused controls

to create a more inclusive communication system.

The application is designed to help users interact more effectively using AI-powered speech and gesture technologies while maintaining a simple and accessible mobile experience.

Key Features

🎤 Real-Time Speech Transcription

Vaani continuously converts spoken words into live text captions in real time.

This allows users to follow conversations more easily and improves accessibility during communication.

The application is designed to provide smooth and responsive transcription directly on Android devices.

💾 Offline Transcript Saving

One of the important features of Vaani is offline transcript management.

Users can:

  • save transcripts,
  • view recent conversations,
  • clear transcript history,
  • and access saved transcriptions locally on the device.

This enables accessibility support even in situations with limited or unstable internet connectivity.

🔔 Notification-Based Accessibility Controls

Vaani also includes notification-level accessibility controls for easier interaction.

Users can directly:

  • stop transcription,
  • mute transcription,
  • and manage accessibility sessions

through Android notifications without reopening the application repeatedly.

This improves usability and allows quicker access to important controls during live interactions.

🤟 Indian Sign Language (ISL) Interaction

Vaani includes an ISL interaction module powered by MediaPipe-based hand tracking and gesture processing.

Using real-time camera input, the application supports sign-based interaction and gesture visualization to improve accessibility-focused communication experiences.

The application also includes a Teach Sign feature for interactive sign demonstration and learning support.

Technologies Used

Android Development

  • Android Studio
  • Java
  • XML

Generative AI and AI Technologies

  • Speech Recognition APIs
  • Real-Time Transcription
  • Generative AI-assisted interaction workflows

Computer Vision

  • MediaPipe
  • Hand Tracking
  • Gesture Processing

Accessibility Features

  • Live Captions
  • Offline Transcript Storage
  • Notification Controls
  • ISL Interaction Support

How Vaani Works

  1. The application requests microphone and camera permissions.
  2. Speech input is captured in real time.
  3. Spoken audio is converted into live text captions.
  4. Users can save and manage transcripts locally.
  5. ISL mode enables gesture-based interaction using camera input.
  6. Notification controls allow quick accessibility management during active sessions.

Challenges Faced During Development

Developing Vaani involved multiple technical and design challenges, including:

  • handling continuous speech recognition efficiently,
  • reducing transcription latency,
  • optimizing Android background services,
  • integrating real-time camera processing,
  • and managing gesture interaction smoothly on mobile devices.

Balancing performance, accessibility, and usability while maintaining a lightweight Android experience was one of the most valuable parts of the development process.

Why This Project Matters

Accessibility technology should not be limited to specialized systems or expensive platforms.

Artificial intelligence and Generative AI have the potential to make communication more inclusive by helping users interact more naturally and efficiently.

Vaani represents an attempt to use:

  • Generative AI,
  • speech recognition,
  • computer vision,
  • and accessibility-focused design

to improve communication experiences for users who face communication barriers in daily life.

The project focuses not only on technical implementation, but also on creating practical and meaningful social impact through technology.

Future Improvements

Planned future enhancements for Vaani include:

  • multilingual transcription support,
  • improved ISL gesture recognition,
  • AI-powered conversation summarization,
  • offline gesture processing,
  • enhanced accessibility customization,
  • and broader support for inclusive communication workflows.

Conclusion

Vaani is an accessibility-focused Android application that demonstrates how Generative AI, speech recognition, and computer vision technologies can be combined to improve inclusive communication experiences.

By integrating real-time transcription, offline accessibility support, notification-based controls, and Indian Sign Language interaction into a single platform, the project explores practical ways AI can solve meaningful real-world accessibility challenges.

As AI continues to evolve, projects like Vaani highlight the importance of building technology that is not only intelligent, but also inclusive and accessible for everyone.

Project Links

GitHub Repository

https://github.com/Kinara2020/Vaani

Demo Video
https://youtu.be/0nIeDy_3_RM?si=HCxG2MNuqK-lstTL