PyTorch (Yolov5) + React

Hello everyone, first of all, I am sorry if this topic is not in the right place or if the solution is or too simple (and I am missing) or impossible from a technical point. I am fairly new to PyTorch and machine learning in general.

I would like to know if it is possible to integrate a model (.pt) created using Yolov5 to a react project. My group is preparing a landing page for a product that uses object recognition as one of the features and I would like to know how can I make the link in between the created model and react. Any help on the deployment of a model is also very welcome since I have never deployed one yet.