Drew Skillman
commited on
Commit
·
5e285ff
1
Parent(s):
3483104
fix readme
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🎭
|
4 |
colorFrom: purple
|
5 |
colorTo: pink
|
@@ -13,42 +13,6 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
|
|
13 |
|
14 |
This Streamlit app provides an anonymous chat interface powered by OpenAI's gpt-4o model, designed as a 'digital companion' called ShadowBox.
|
15 |
|
16 |
-
# Attachment Style Roleplay Simulator
|
17 |
-
|
18 |
-
A therapeutic roleplay simulator built for practicing emotionally charged conversations, created by Jocelyn Skillman LMHC.
|
19 |
-
|
20 |
-
## About
|
21 |
-
|
22 |
-
This tool helps users rehearse boundary-setting and difficult conversations by simulating realistic relational dynamics—tailored to their attachment style. It provides a safe space to practice emotional communication and receive feedback on patterns and progress.
|
23 |
-
|
24 |
-
## Features
|
25 |
-
|
26 |
-
- Customizable scenarios and conversation goals
|
27 |
-
- Attachment style-specific responses
|
28 |
-
- Realistic relational pressure simulation
|
29 |
-
- Reflection summaries and pattern tracking
|
30 |
-
- Safe, contained practice environment
|
31 |
-
|
32 |
-
## Setup
|
33 |
-
|
34 |
-
1. Clone the repository
|
35 |
-
2. Install dependencies: `pip install -r requirements.txt`
|
36 |
-
3. Set up environment variables in `.env`:
|
37 |
-
```
|
38 |
-
ANTHROPIC_KEY=your_api_key_here
|
39 |
-
```
|
40 |
-
4. Run the app: `streamlit run src/app.py`
|
41 |
-
|
42 |
-
## Deployment
|
43 |
-
|
44 |
-
This app is deployed on Hugging Face Spaces. To deploy your own instance:
|
45 |
-
|
46 |
-
1. Fork this repository
|
47 |
-
2. Create a new Space on Hugging Face
|
48 |
-
3. Set the ANTHROPIC_KEY in your Space's secrets (Important: use this exact name)
|
49 |
-
4. Select Streamlit as the SDK
|
50 |
-
5. Link your repository to the Space
|
51 |
-
|
52 |
## Learn More
|
53 |
|
54 |
Visit [jocelynskillman.com](http://www.jocelynskillman.com) or subscribe to updates at [jocelynskillmanlmhc.substack.com](https://jocelynskillmanlmhc.substack.com/)
|
|
|
1 |
---
|
2 |
+
title: ShadowBox
|
3 |
emoji: 🎭
|
4 |
colorFrom: purple
|
5 |
colorTo: pink
|
|
|
13 |
|
14 |
This Streamlit app provides an anonymous chat interface powered by OpenAI's gpt-4o model, designed as a 'digital companion' called ShadowBox.
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
## Learn More
|
17 |
|
18 |
Visit [jocelynskillman.com](http://www.jocelynskillman.com) or subscribe to updates at [jocelynskillmanlmhc.substack.com](https://jocelynskillmanlmhc.substack.com/)
|