Relative Content

Tag Archive for pythonasynchronousmultiprocessingpython-asynciofastapi

Python asyncio + multiprocessing

I am trying to create a server with fastapi with multiprocessing, where you can send an image to a given endpoint, and it will be processed concurrently via 3 different ocr models to recognize text. Then when all 3 models will end, the endpoint will response with all 3 versions of recognized text.