Hello, im new here, im also new to tensorflow, tensorflowjs or anything related to machine learning.
I need to create a website to detect objects that is hosted locally, I was able to train my model using yolov5; upon researching, the only way to deploy my model to a website is convert my trained model to tensorflow js, and i got only a multiple bin files and a json file.
uspon a blog post (Build Custom Object Detection Web Application Using TensorFlow.js | by Kosta Malsev | The Startup | Medium) that tells how to deploy a model but im not sure if this tutorial also applies for my trained models.
Upon following the steps from the site i told above and running the code, the output doesnt indicate class names in the bounding box.
I have no experience in tensorflow and even javascript, hopefully someone can help me on how to deploy my trained model. Thank you.