Skip to main content
Glama
__init__.py284 B
# -*- coding: utf-8 -*- # @Time : 2019/12/5 15:17 # @Author : zhoujun from .seg_detector_representer import SegDetectorRepresenter def get_post_processing(config): try: cls = eval(config["type"])(**config["args"]) return cls except: return None

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PaddlePaddle/PaddleOCR'

If you have feedback or need assistance with the MCP directory API, please join our Discord server