Used ~20 images from class to build a simple object detector with real time inference on a flask web service deployment through Kubernetes
Actual images excluded due to privacy reasons
- Use the
environment.ymlfile to set up using Anaconda - Annotate your images with any tool of your choice that outputs to the PASCAL-VOC XML format
- Run the code and use the model that performs well.
- Use
image-recognition.yamlto deploy on Kubernetes - Create a service to make it accessible
- Use the server endpoint to access the Flask application