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