Imagerecog
0
Recognizes images using a server-client architecture based on the Model Context Protocol (MCP).
关于
Imagerecog provides a simple and efficient way to perform image recognition through a decoupled server-client architecture. This project leverages the Model Context Protocol (MCP) to allow clients to connect, use, and disconnect from an image recognition server, potentially on separate nodes. This approach better suits cloud-native use cases compared to traditional STDIO-based patterns where the client spawns the server as a subprocess. It includes a Streamlit client application for easy interaction and supports configuration for different LLM providers like OpenAI and local Ollama models.
主要功能
- Streamlit client app for user interaction.
- Configuration options for OpenAI and local Ollama models.
- SSE-based server architecture for decoupled client-server communication.
- 0 GitHub stars
- Integration with the Model Context Protocol (MCP).
- Docker support for easy deployment.
使用案例
- Integration with VS Code Copilot Chat or MCP Inspector for testing.
- Rapid prototyping of image recognition services.
- Image recognition in cloud-native applications.