You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
파인튜닝 및 프롬프트 엔지니어링으로 최적화한 LLM 모델로 정서 상담 구현 및 환자별 상담 데이터베이스 구축
High Level Design
graph TD
A[Start] --> B[Scan Examination Chart]
B --> C[Generate Initial Route]
C --> D[Navigate Initial Route]
D --> E[Continuous Voice Recognition]
E --> F{User Speech Detected?}
F -- No --> E
F -- Yes --> G[Intent Classification]
G --> H{Intent Type}
H -- Route Change --> I[Temporary Route Change]
I --> J[Navigate Temporary Route]
J --> K[Return to Original Route]
K --> D
H -- OCR Request --> L[Camera Capture & OCR Module]
H -- Chatbot Query --> M[Chatbot Processing Module]
L --> E
M --> E