TORCH-TCN / torch_hub

5 stars 1 forks source link

Cloud task #30

Open jbest opened 2 years ago

jbest commented 2 years ago

Queue an image file for a cloud task and process result when returned. An ideal example would be to perform OCR on an image using Google Cloud Vision, AWS Textract, etc.

jbest commented 1 year ago

Here is an example using AWS Textract: https://github.com/TORCH-TCN/torch_hub/blob/1836c113588a0fce36b2d3ccde50ecc7f87728e6/src/torch/prefect_flows/tasks/ocr.py#L19