I have a few pre-trained model weights from object detection/segmentation of Yolo model.
I was wondering if I could somehow make a website/app/or something where other users can come and try out the model with their custom image. Like a demo project, I guess.
Choose a web framework: You can choose a web framework of your choice like Flask or Django, which are commonly used for building web applications with Python.
Create a user interface: You can create a user interface that allows users to upload their custom image and displays the results from your Yolo model. You can use HTML, CSS, and JavaScript for this purpose.
Integrate the Yolo model: You can integrate your pre-trained Yolo model into your web application. You can use a deep learning library like TensorFlow or PyTorch to load the model and make predictions.
Deploy the application: Once you’ve created the web application, you can deploy it on a cloud service like Amazon Web Services (AWS) or Google Cloud Platform (GCP) to make it accessible to users.