Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,42 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Relationship Pattern Analyzer Pro
|
2 |
+
|
3 |
+
This application analyzes communication patterns in relationships to identify potentially concerning behaviors, including:
|
4 |
+
|
5 |
+
- Abusive language patterns (gaslighting, control, guilt-tripping, etc.)
|
6 |
+
- Boundary health assessment
|
7 |
+
- Emotional tone analysis
|
8 |
+
- Temporal patterns and escalation detection
|
9 |
+
- Safety planning recommendations
|
10 |
+
|
11 |
+
## Features
|
12 |
+
|
13 |
+
- **Chat Analysis**: Upload an entire chat history to analyze communication patterns over time
|
14 |
+
- **Temporal Analysis**: Detect escalation patterns, cycles of abuse, and time-based trends
|
15 |
+
- **Boundary Health**: Assess whether messages demonstrate healthy or unhealthy relational boundaries
|
16 |
+
- **Intent Analysis**: Identify manipulative tactics and emotional tone
|
17 |
+
- **Safety Planning**: Get personalized safety recommendations based on detected patterns
|
18 |
+
- **Professional Insights**: View recommendations for professional intervention
|
19 |
+
|
20 |
+
## Usage
|
21 |
+
|
22 |
+
1. Upload a chat history file (CSV, XLSX, or JSON)
|
23 |
+
2. Click "Analyze Chat History" to process the entire conversation
|
24 |
+
3. View the summary, visualizations, and safety recommendations
|
25 |
+
4. Alternatively, use the "Single Message Analysis" tab to analyze individual messages
|
26 |
+
|
27 |
+
## File Format Requirements
|
28 |
+
|
29 |
+
Your chat history file should contain at least these columns:
|
30 |
+
- `timestamp` or `time` or `date` - When the message was sent
|
31 |
+
- `message` or `text` or `content` - The message content
|
32 |
+
- `sender` or `author` or `from` (optional) - Who sent the message
|
33 |
+
|
34 |
+
## Privacy Notice
|
35 |
+
|
36 |
+
Your data is processed locally and is not stored or shared. This tool is for educational purposes only and not a substitute for professional counseling or legal advice.
|
37 |
+
|
38 |
+
## Emergency Resources
|
39 |
+
|
40 |
+
- **National Domestic Violence Hotline**: 1-800-799-7233
|
41 |
+
- **Crisis Text Line**: Text START to 88788
|
42 |
+
- **Emergency**: Call 911
|