TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

I wrote an app to cheat trivia apps

1 点作者 dipendrapkrl大约 7 年前
I wrote this app basically because I am not very good at quiz especially when those quiz are related to north american society&#x2F;culture context. I immediately realized that I could google those question and get answer but obviously time limit was the problem.<p>So I started thinking how I could do it within the provided time time limit and use the flexibility&#x2F;feature android platform provides.<p>Finally I came up with an app that help you get the most probable answer by just shaking the phone when the question appears and answer would be shown to you as toast message without doing anything(other than shaking the phone to trigger search) This is how I made it: 1. First allow the user to feed in screenshot of the app when question and answer appear. User is asked to pick up area for question and options separately for preciseness. 2. when user turns on the app, it will wait for the user to shake the phone. 3. As soon as shake is received, it grabs screenshot of the phone at that instant. 4. Screenshot is broken down into question and option area and text from those area is read by using Google&#x27;s OCR vision 5. Then Google query is made:Q(higher weight), Q+option1, Q+option2, and Q+option3 6. The results from those 4 network calls are given appropriate weight and option with higher weight sum is treated as answer 7. As soon as processing is finished, the answer is presented to user as Toast message. All this usually happens within 3-6 seconds.<p>It works with any kind of trivia apps including hq trivia, cash show, loco and more.<p>You can check the app at. https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=np.pro.dipendra.triviavision<p>video link: https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=MqXZCatl1rQ

暂无评论

暂无评论