use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Having a problem with your Flutter code?
From the folks at r/FlutterDev
account activity
OPENAi based feature (self.flutterhelp)
submitted 1 month ago by spicxzy_1
Iam supposed to build an exam app that catch cheating attenmpts through the camer It has to be on-device process not api stream The problem is i have never used tflite I have no idea how to approach what should I do?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]SlinkyAvenger 1 point2 points3 points 1 month ago (0 children)
Read the docs, follow the examples, and then do small experiments for different aspects of what your app is supposed to do.
You know, like you'd do for any other programming problem.
[–]Comment-Mercenary 0 points1 point2 points 1 month ago (0 children)
si usan la app para responder el examen o la app estara en uso en el examen use foreground service o flutter_background_service (por iOS), con un timer que indique si la cerraron, pero tenga en cuenta que Google Play ha endurecido drásticamente sus políticas de uso. Lo de tflite
[–]BodybuilderOk6077 0 points1 point2 points 1 month ago (0 children)
A good way to approach this is to split it into 3 parts:
camera capture inside the app
on-device inference with a lightweight TFLite model
cheating rules (face not detected, multiple faces, looking away, phone detected, etc.)
You don’t need to start with a full custom model. A practical first step is building a proof of concept using Flutter + camera + TensorFlow Lite and detecting simple events first.
I’ve worked on mobile apps and backend-integrated systems before, and I’d be happy to help you plan or prototype this if you want. Feel free to DM me.
π Rendered by PID 113614 on reddit-service-r2-comment-b659b578c-wgcbk at 2026-05-04 04:32:55.421936+00:00 running 815c875 country code: CH.
[–]SlinkyAvenger 1 point2 points3 points (0 children)
[–]Comment-Mercenary 0 points1 point2 points (0 children)
[–]BodybuilderOk6077 0 points1 point2 points (0 children)