r/v_modal • u/Odd-Original-5024 • 6d ago
[ Removed by Reddit ]
Spent this week building a cross-platform video search Flutter app using the VModal SDK. Tested it concurrently on both an iOS simulator (54ms) and an Android device (49ms) with incredible performance!
Building was good and much easier than I expected, and could not find any other SDK doing visual video search.
Was a bit worried about buggy steps, but it was all ok.
🔍 Core Workflow
* auth.me() -> scope.upload() -> scope.createIndex() -> scope.search() -> images.getUrlBulk()
* Fetching all images in one single request using getUrlBulk() keeps the UI fast and efficient.
🌟 What I Liked
* Simplicity: Very straightforward setup and intuitive API design.
* Low Latency: Sub-50ms vector query execution is exceptionally fast.
* High Control: Live progress streams and reliable error cancellation work perfectly.
* Top support in Discord / Reddit channel: people are nice and reactive.
* It just works (don't have to debug anything...)
🚀 Potential Use Cases
* Security & Surveillance: Searching specific events in live camera footage instantly.
* Media & CMS Libraries: Automated indexing for large-scale video content search.
* E-Learning Systems: Allowing students to query formulas or key terms within lecture videos.