appをPYTHONPATHに入れることでルートディレクトリからuvicornを起動してもモジュール参照が失敗しないようにします。 HTTP/1.1 200 OK date: Fri, 01 Dec 2023 07:14:02 GMT server: uvicorn content-length: 139 content-type ...
Your task is to create an inference Web API that checks if an image contains a cat. This starting project already provides the ML functionality for this (src/CatPredictor.py), namely a class that uses ...