Metadata-Version: 2.1
Name: more_than_inference
Version: 1.0.2
Summary: An Application Framework of Inference for Distribution
Author-email: Evens Xia <master@evensxia.com>
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: GPU :: NVIDIA CUDA
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: System :: Distributed Computing
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: loguru
Requires-Dist: protobuf
Requires-Dist: fastapi
Requires-Dist: uvicorn
Provides-Extra: full
Requires-Dist: mypy-protobuf; extra == "full"
Requires-Dist: pyzmq; extra == "full"
Requires-Dist: opencv-python; extra == "full"
Requires-Dist: fastapi; extra == "full"
Requires-Dist: uvicorn; extra == "full"
Provides-Extra: debug
Requires-Dist: mypy-protobuf; extra == "debug"
Requires-Dist: pyzmq; extra == "debug"
Requires-Dist: opencv-python; extra == "debug"
Requires-Dist: fastapi; extra == "debug"
Requires-Dist: uvicorn; extra == "debug"
Requires-Dist: viztracer; extra == "debug"
Provides-Extra: zmq
Requires-Dist: pyzmq; extra == "zmq"
Provides-Extra: http
Requires-Dist: fastapi; extra == "http"
Requires-Dist: uvicorn; extra == "http"
Provides-Extra: object-detection
Requires-Dist: opencv-python; extra == "object-detection"

# More Than Inference

An Application Framework of Inference for Distribution


## TASK SUPPORT

| Task            | HTTP | ZeroMQ | gRPC | Crypt |
|:---------------:|:----:|:------:|:----:|:-----:|
| Classification  | ❌    | ❌      | ❌    | ❌     |
| ObjectDetection | ✅    | ✅      | ❌    | ❌     |
| Segmentation    | ❌    | ❌      | ❌    | ❌     |
| Track           | ❌    | ❌      | ❌    | ❌     |
| Text2Text       | ❌    | ❌      | ❌    | ❌     |
| Text2Image      | ✅    | ❌      | ❌    | ❌     |
| Image2Text      | ❌    | ❌      | ❌    | ❌     |
| Image2Image     | ✅    | ❌      | ❌    | ❌     |
| Text2Video      | ❌    | ❌      | ❌    | ❌     |
| Image2Video     | ❌    | ❌      | ❌    | ❌     |
| Text2Speech     | ❌    | ❌      | ❌    | ❌     |
| OCR             | ❌    | ❌      | ❌    | ❌     |
| Flow            | ❌    | ❌      | ❌    | ❌     |
