aakash0017 commited on
Commit
f61fc61
·
1 Parent(s): 23182d5

Update conv_app.py

Browse files
Files changed (1) hide show
  1. conv_app.py +23 -3
conv_app.py CHANGED
@@ -33,9 +33,29 @@ global DOCS
33
  # yield text_[: i+1]
34
 
35
  with gr.Blocks(css="style.css") as demo:
36
- gr.Markdown("""
37
- # Dr. V AI
38
- """)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  gr.ChatInterface(make_conversation).queue()
40
 
41
  demo.launch()
 
33
  # yield text_[: i+1]
34
 
35
  with gr.Blocks(css="style.css") as demo:
36
+ gr.Markdown(# Dr. V AI
37
+
38
+ Dr. V.AI is an experimental large language model tailored for Ophthalmology, integrating an extensive knowledge base.
39
+
40
+ ## Potential Use Cases
41
+
42
+ - **Real-time Assistant:** Functions as an assistant during patient consultations, providing instant diagnosis and treatment plans by analyzing patent information and historical records.
43
+ - **Hospital Triage Support:** Aids in the triaging process within a hospital setting, streamlining patient flow based on urgency and severity.
44
+ - **Research Integration:** Cites and incorporates recent research findings, enhancing diagnostic accuracy and treatment recommendations.
45
+ - **Conversational Interface:** Facilitates seamless communication with organizational patient data, ensuring efficient and secure information exchange.
46
+ - **Normal Patient Detection:** Identifies normal cases more effectively, minimizing unnecessary specialist intervention and optimizing resource allocation.
47
+
48
+ ## Feedback
49
+
50
+ - We value your feedback to enhance and refine the model. Please share your thoughts on the usability, accuracy, and any suggestions for improvement.
51
+
52
+ ## Next Steps
53
+
54
+ - Continual refinement based on user feedback and ongoing developments in Ophthalmology.
55
+ - Including Image modality like Fundus.
56
+
57
+ Thank you for engaging with Dr. V.AI. Your insights are instrumental in advancing the capabilities of this experimental Ophthalmology Language Model.
58
+ """))
59
  gr.ChatInterface(make_conversation).queue()
60
 
61
  demo.launch()