Spaces:
Sleeping
Sleeping
Update tutorial.py
Browse files- tutorial.py +41 -1
tutorial.py
CHANGED
@@ -28,6 +28,26 @@ def show_consumer_tutorial():
|
|
28 |
- Upload previous session recordings
|
29 |
- Get comprehensive analysis
|
30 |
- Track your progress
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
""")
|
32 |
|
33 |
def show_therapist_tutorial():
|
@@ -50,4 +70,24 @@ def show_therapist_tutorial():
|
|
50 |
- Long-term client progress monitoring
|
51 |
- Statistical analysis of improvement
|
52 |
- Evidence-based outcome measures
|
53 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
- Upload previous session recordings
|
29 |
- Get comprehensive analysis
|
30 |
- Track your progress
|
31 |
+
|
32 |
+
### How to Use
|
33 |
+
|
34 |
+
1. **Starting a Live Session:**
|
35 |
+
- Click on "Live Session" in the sidebar
|
36 |
+
- Press "Start Recording" to begin
|
37 |
+
- Speak naturally about your concerns
|
38 |
+
- Get real-time feedback and guidance
|
39 |
+
|
40 |
+
2. **Using Moti Chat:**
|
41 |
+
- Select "Moti Chat" from the sidebar
|
42 |
+
- Type your messages in the chat box
|
43 |
+
- Engage in a supportive conversation
|
44 |
+
- Explore your motivation for change
|
45 |
+
|
46 |
+
3. **Analyzing Previous Sessions:**
|
47 |
+
- Choose "Session Analysis"
|
48 |
+
- Upload your session recording or transcript
|
49 |
+
- Review detailed feedback and insights
|
50 |
+
- Track your progress over time
|
51 |
""")
|
52 |
|
53 |
def show_therapist_tutorial():
|
|
|
70 |
- Long-term client progress monitoring
|
71 |
- Statistical analysis of improvement
|
72 |
- Evidence-based outcome measures
|
73 |
+
|
74 |
+
### Professional Guidelines
|
75 |
+
|
76 |
+
1. **Using Live Analysis:**
|
77 |
+
- Monitor MI adherence in real-time
|
78 |
+
- Receive technique suggestions
|
79 |
+
- Track client change talk
|
80 |
+
- Identify key moments for intervention
|
81 |
+
|
82 |
+
2. **Session Review Process:**
|
83 |
+
- Upload session recordings
|
84 |
+
- Get detailed MITI 4.2.1 scores
|
85 |
+
- Review comprehensive analysis
|
86 |
+
- Identify areas for improvement
|
87 |
+
|
88 |
+
3. **Progress Monitoring:**
|
89 |
+
- Track client outcomes
|
90 |
+
- Monitor change talk patterns
|
91 |
+
- Assess intervention effectiveness
|
92 |
+
- Generate progress reports
|
93 |
+
""")
|