Jiaaaaaaax commited on
Commit
990ad58
·
verified ·
1 Parent(s): 0c62c39

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +86 -1
README.md CHANGED
@@ -9,4 +9,89 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  pinned: false
10
  ---
11
 
12
+
13
+
14
+ # MotiMeter
15
+
16
+ ## Overview
17
+ MotiMeter is an innovative AI-powered platform that bridges the gap between therapy sessions by providing continuous support and analysis for both mental health professionals and clients. Using advanced multimodal analysis, it helps make behavioral healthcare more accessible, measurable, and effective.
18
+
19
+ ## 🌟 Key Features
20
+ - **MI Adherence Analysis**: Comprehensive evaluation of MI principles adherence with scoring
21
+ - **OARS Technical Analysis**: Detailed breakdown of Open Questions, Affirmations, Reflections, and Summaries
22
+ - **Client Language Analysis**: Track and analyze change talk vs. sustain talk ratios
23
+ - **Session Flow Visualization**: Map the therapeutic journey and key intervention points
24
+ - **Smart Recommendations**: AI-powered suggestions for skill development
25
+
26
+ ## 🚀 Getting Started
27
+
28
+ ### Prerequisites
29
+ ```bash
30
+ - Python 3.8+
31
+ - Streamlit
32
+ - Google Generative AI API access
33
+ ```
34
+
35
+ ### Installation
36
+ ```bash
37
+ git clone [repository-url]
38
+ cd mi-session-analyzer
39
+ pip install -r requirements.txt
40
+ ```
41
+
42
+ ### Running the App
43
+ ```bash
44
+ streamlit run app.py
45
+ ```
46
+
47
+ ## 📊 Features in Detail
48
+
49
+ ### 1. MI Adherence Analysis
50
+ - Score-based evaluation (0-100)
51
+ - Identification of strengths and areas for growth
52
+ - Specific examples from the session
53
+
54
+ ### 2. Technical Skills Analysis
55
+ - OARS technique frequency counting
56
+ - Visual representation of technique distribution
57
+ - Reflection-to-question ratio calculation
58
+
59
+ ### 3. Client Language Analysis
60
+ - Change talk identification
61
+ - Sustain talk tracking
62
+ - Commitment language monitoring
63
+
64
+ ### 4. Session Flow Analysis
65
+ - Key moment identification
66
+ - Therapeutic process mapping
67
+ - Intervention effectiveness evaluation
68
+
69
+ ## 🔒 Privacy & Security
70
+ - All session data is processed securely
71
+ - No session information is stored permanently
72
+ - Compliant with healthcare privacy standards
73
+
74
+ ## 🤝 Contributing
75
+ We welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.md) for details.
76
+
77
+ ## 📝 License
78
+ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
79
+
80
+ ## 🙏 Acknowledgments
81
+ - Motivational Interviewing Network of Trainers (MINT)
82
+ - Google Generative AI team
83
+ - All contributors and beta testers
84
+
85
+ ## 📞 Support
86
+ For support, please:
87
+ - Open an issue in the repository
88
+ - Email: [[email protected]]
89
+ - Visit our [documentation](docs/README.md)
90
+
91
+ ## 🔄 Version History
92
+ - v1.0.0 - Initial release
93
+ - v1.1.0 - Added OARS analysis
94
+ - v1.2.0 - Enhanced visualization features
95
+
96
+ ---
97
+ *Built with ❤️ for the mental health community*