Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🗣️
|
4 |
colorFrom: blue
|
5 |
colorTo: purple
|
@@ -10,15 +10,16 @@ pinned: false
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
-
#
|
14 |
|
15 |
-
A Streamlit application that helps users
|
16 |
|
17 |
## Features
|
18 |
- Interactive roleplay simulation
|
19 |
-
-
|
20 |
- Customizable conversation scenarios
|
21 |
- AI-powered dialogue using Claude
|
|
|
22 |
|
23 |
## API Key Setup
|
24 |
|
@@ -53,4 +54,4 @@ streamlit run src/streamlit_app.py
|
|
53 |
```
|
54 |
|
55 |
## Deployment
|
56 |
-
The app is configured for deployment on Hugging Face Spaces. Make sure to set the `ANTHROPIC_API_KEY` in the Space's secrets before deploying.
|
|
|
1 |
---
|
2 |
+
title: VoiceField
|
3 |
emoji: 🗣️
|
4 |
colorFrom: blue
|
5 |
colorTo: purple
|
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
+
# VoiceFIeld
|
14 |
|
15 |
+
A Streamlit application that helps users explore how they feel when speaking with different types of relational styles. Created by [Jocelyn Skillman LMHC](http://www.jocelynskillman.com).
|
16 |
|
17 |
## Features
|
18 |
- Interactive roleplay simulation
|
19 |
+
- Somatic Journaling - Live
|
20 |
- Customizable conversation scenarios
|
21 |
- AI-powered dialogue using Claude
|
22 |
+
- Interactive Debrief with somatic impact integration analysis
|
23 |
|
24 |
## API Key Setup
|
25 |
|
|
|
54 |
```
|
55 |
|
56 |
## Deployment
|
57 |
+
The app is configured for deployment on Hugging Face Spaces. Make sure to set the `ANTHROPIC_API_KEY` in the Space's secrets before deploying.
|