mkcarl / crowdmon-nextjs

https://crowdmon-nextjs.vercel.app
0 stars 0 forks source link

Auto detection with AI #8

Open mkcarl opened 1 year ago

mkcarl commented 1 year ago

Train a YOLOv8 model, convert it to tensorflow.js and put the detection right into the browser. On annotation task, integrate AI such that

mkcarl commented 1 year ago

Added basic detection for assisting bounding box detection in #19.

the model inference runs so fast that its not even feasible to put a loading state while model is processing.