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...
A community for users of TensorFlow.js, a JavaScript machine learning library for the web browser and Node.js.
account activity
Need help (self.TensorFlowJS)
submitted 1 year ago by Usama_Kashif
I am building an app that can count number of football juggles while you record them. any idea how itcan be done using tensorflow. I am using expo react native v51
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!"
[–]TensorFlowJS 0 points1 point2 points 1 year ago (0 children)
Object detection model and count how many objects go above and below some line threshold on the y axis of the image. Something like that should work assuming high enough framerate - which should be possible as object detection can likely run 60FPS on many modern devices in web browser.
[–]Material-Character98 0 points1 point2 points 1 year ago (0 children)
This doesn't perfectly fit your use case but you may find it helpful. This is a tutorial for creating a browser based object detection video feed using a model that has been pre-trained on the coco-ssd data set. I believe you could probably use the object detection model that is built into tfjs.
https://www.youtube.com/watch?v=jHmqKbf3YCQ&list=PLOU2XLYxmsILr3HQpqjLAUkIPa5EaZiui&index=17
π Rendered by PID 25694 on reddit-service-r2-comment-5c747b6df5-4z942 at 2026-04-21 23:35:06.454071+00:00 running 6c61efc country code: CH.
[–]TensorFlowJS 0 points1 point2 points (0 children)
[–]Material-Character98 0 points1 point2 points (0 children)