This product was not featured by Product Hunt yet. It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).
A real-time Indian Sign Language interpreter that bridges gesture and voice — in hospitals, restaurants, airports, classrooms, and everywhere in between.
this idea started as a scribble during the girlswhoyap fellowship and one week of pure debugging and hope later, silent interpreter is finally live 🥹
so proud of what we built, accessibility isn't just a tech problem, it's deeply human, and that's exactly why this exists
India has millions of Deaf and hard-of-hearing signers, but Indian Sign Language (ISL) is one of the most under-resourced sign languages in the world when it comes to AI tooling. Most sign-language tech you've heard of targets ASL. ISL has had almost none of that attention. fewer datasets, fewer models, fewer products.
We set out to build something narrower but real: a live isolated-sign interpreter, point a camera at someone signing a single ISL word, and see (and hear) the translation instantly, entirely on-device.
Why "isolated," not "continuous"
Fluent, continuous sign language: full sentences, signed at natural speed is still a genuinely unsolved research problem, for ISL or any sign language. It requires modeling grammar, facial non-manual markers, and knowing where one sign ends and the next begins, all with almost no continuous-sentence training data available for ISL.
So we scoped down to something achievable: one sign at a time, recognized reliably, rather than a fluent conversation handled badly. That's a real, useful building block and honestly, most sign-language products that actually ship work this way too.
How it works
Training (Google Colab):
- Pulled ISL video data from INCLUDE, the largest available isolated-sign ISL dataset (AI4Bharat), covering 263 distinct signs.
- Extracted hand and body landmarks from every video using MediaPipe pose (33 points) plus both hands (21 points each) rather than training on raw pixels. This is dramatically more data-efficient and is the standard approach across current ISL research.
- Trained a Bidirectional LSTM classifier on these landmark sequences, with regularization tuned to avoid overfitting on a modest dataset.
- Exported the trained model to TensorFlow.js, so it can run directly in a browser no server, no API calls, no sending anyone's camera feed anywhere.
Live inference (the web app):
- MediaPipe runs live in the browser, extracting the same landmarks from your camera feed in real time.
- A motion-based segmentation system watches for when your hands start moving (a sign beginning) and go still again (a sign ending) rather than blindly chopping the video into arbitrary time windows.
- The captured sign gets resampled to match the exact format the model was trained on, then classified.
- The result appears as text and gets spoken aloud instantly, so a hearing person in the room doesn't even need to be looking at the screen.
What we learned the hard way
The model itself was, honestly, the easy part. The real war was fought in dependency hell: MediaPipe deprecated its entire Python API mid-project, TensorFlow's newest releases broke the model-conversion tooling in about five different, increasingly obscure ways, and we eventually had to spin up a whole separate, older Python environment just to get a trained model out of Colab in a usable format.
Where it stands, and where it's honestly limited
- Trained on 261 of INCLUDE's 263 sign classes.
- Runs fully client-side camera in, prediction + speech out, nothing leaves the device.
- Like any ISL model trained on a modest, non-crowdsourced dataset, accuracy will vary by sign, by signer, and by how closely someone's signing style matches the training videos. This is a prototype demonstrating a real, working pipeline not a clinically validated interpreting tool.
- Real-world deployment of anything like this should involve Deaf and ISL-fluent reviewers from the start, not just after the fact.
What's next
Expanding vocabulary coverage, tightening segmentation for faster/slower signers, and the much harder frontier eventually exploring continuous, sentence-level ISL recognition, which remains an open problem the research community (including groups like RKMVERI) is actively working on.
it's far from perfect but every bit of it is real, please try it, break it, tell us how to make it better, your feedback genuinely means the world right now 🫂
About Silent Interpreter on Product Hunt
“Communication Should Never Need A Translator”
Silent Interpreter was submitted on Product Hunt and earned 9 upvotes and 9 comments, placing #31 on the daily leaderboard. A real-time Indian Sign Language interpreter that bridges gesture and voice — in hospitals, restaurants, airports, classrooms, and everywhere in between.
Silent Interpreter was featured in Web App (123.7k followers), Languages (14.4k followers) and Artificial Intelligence (478.1k followers) on Product Hunt. Together, these topics include over 162.3k products, making this a competitive space to launch in.
Who hunted Silent Interpreter ?
Silent Interpreter was hunted by Adithi R. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
Want to see how Silent Interpreter stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.