CoolFace
Apppublic

lukmanaj/clinical-triage-client

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

๐ŸŒ Clinical Triage MCP Client

This Gradio app serves as a client for an MCP server that provides clinical triage support. Built with smolagents and gradio, it allows users to input symptom descriptions and receive AI-powered triage suggestions.

๐Ÿง  What It Does

  • โ€”Connects to a remote MCP server using the MCPClient
  • โ€”Sends user symptom descriptions as tool calls to the server
  • โ€”Receives structured triage information (urgency level, possible condition, recommended action)
  • โ€”Outputs the response as a natural language paragraph for better readability

๐Ÿ’ฌ Example Interaction

User:

Chest pain and shortness of breath

Response:

Based on your symptoms, the urgency level is classified as High. You may be experiencing cardiac distress or pulmonary embolism. It is advised that you: seek immediate emergency medical attention.

๐Ÿ”ง Tech Stack