How can i deploy a hugging face model on flask application

I want to deploy the openai/clip-vit-base-patch16 model in flask application. is there any best architecture to deploy Hugging face models on backend. i want the response to be fast so having the model file in the backend would be a better idea I believe. are there any tools which could make it easy for me to deploy the model