SrikanthChellappa commited on
Commit
05ac382
·
verified ·
1 Parent(s): c0640c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -41
README.md CHANGED
@@ -11,44 +11,3 @@ Transforming healthcare with cutting-edge technologies for a healthier tomorrow
11
  <video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/653f5b93cd52f288490edc83/ajrzdkHw5GKtCjulOggC7.mp4"></video>
12
 
13
  Please visit our multimodal playground space @ https://agasthya.contactdoctor.in to explore further. (NOTE: We also use this as our internal test space and cannot guarantee its availability all the time.Also, we might be updating it with WIP models to test some of its features and hence its response might be impacted)
14
-
15
- Alternatively, we have also launched our multifunctional API endpoint: https://chat.contactdoctor.in/api/message/v1, designed to facilitate the submission of medical inquiries in various file formats.
16
- Our platform accommodates **image formats** (PNG, JPG, DCM, WebP) and **document formats** (PDF, TXT, CSV, XLS, PPT). Users can upload any of these files alongside their questions,
17
- and our sophisticated medical model will evaluate the content to deliver a comprehensive response.
18
-
19
- ### Features:
20
- - **Medical Image Analysis**: Users can upload medical images (such as MRIs and X-rays) and pose questions like "What is the diagnosis?" or "What does this scan reveal?" to receive immediate insights.
21
- - **Medical Document Analysis**: Users can submit medical reports, case files, or structured data in PDF, TXT, or CSV formats, requesting summaries, diagnostic interpretations, or specific data points.
22
- - **Diverse Input Options**: The API supports a variety of file types, making it ideal for professionals managing diverse medical data.
23
-
24
- To begin utilizing this API, an **authorization token** is required. Please contact our support team at **[email protected]** to obtain your token. Once received, simply include it in your API request headers to start receiving prompt and accurate medical responses from our system.
25
-
26
- ### Sample API Calls
27
-
28
- - **Image
29
-
30
- curl -X POST -H "Authorization: Bearer %AUTH_TOKEN%" -F "text=what is the diagnosis here" -F "file=@E:\temp\dum.jpg" https://chat.contactdoctor.in/api/message/v1
31
-
32
- curl -X POST -H "Authorization: Bearer %AUTH_TOKEN%" -F "text=what is the diagnosis here" -F "file=@E:\temp\0002.dcm" https://chat.contactdoctor.in/api/message/v1
33
-
34
- - **PDF
35
-
36
-
37
- curl -X POST -H "Authorization: Bearer %AUTH_TOKEN%" -F "text=Jane Smith, who has Type 2 Diabetes, is considering becoming pregnant. What are some important considerations for managing her diabetes during pregnancy?" -F "file=@E:\temp\sample_medical_report.pdf" https://chat.contactdoctor.in/api/message/v1
38
-
39
- - **txt
40
-
41
-
42
- curl -X POST -H "Authorization: Bearer %AUTH_TOKEN%" -F "text=Describe the patient family history" -F "file=@E:\temp\sample_medical_report_text.txt" https://chat.contactdoctor.in/api/message/v1
43
-
44
- - **csv
45
-
46
-
47
- curl -X POST -H "Authorization: Bearer %AUTH_TOKEN%" -F "text=What is the recommended treatment plan for a patient diagnosed with hypertension?" -F "file=@E:\temp\sample_medical_csv_data.csv" https://chat.contactdoctor.in/api/message/v1
48
-
49
- - **ppt
50
-
51
- curl -X POST -H "Authorization: Bearer %AUTH_TOKEN%" -F "text=Summarise the medical case for the patient George Harris?" -F "file=@E:\temp\sample_medical_ppt_data.pptx" https://chat.contactdoctor.in/api/message/v1
52
-
53
-
54
- This API serves as an excellent resource for healthcare professionals, researchers, and anyone engaged with medical data. For any business-related questions, collaborations, or services, please do not hesitate to contact us at [email protected].
 
11
  <video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/653f5b93cd52f288490edc83/ajrzdkHw5GKtCjulOggC7.mp4"></video>
12
 
13
  Please visit our multimodal playground space @ https://agasthya.contactdoctor.in to explore further. (NOTE: We also use this as our internal test space and cannot guarantee its availability all the time.Also, we might be updating it with WIP models to test some of its features and hence its response might be impacted)