Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,31 +4,26 @@ emoji: π§
|
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: purple
|
| 6 |
sdk: streamlit
|
| 7 |
-
sdk_version: "1.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
-
#
|
| 13 |
|
| 14 |
-
*
|
| 15 |
|
| 16 |
-
|
| 17 |
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
- π Real-time chat history with mood labels
|
| 23 |
-
- π 100% free to run and deploy
|
| 24 |
-
|
| 25 |
-
## π§ Models Used
|
| 26 |
-
|
| 27 |
-
- Emotion: [`j-hartmann/emotion-english-distilroberta-base`](https://huggingface.co/j-hartmann/emotion-english-distilroberta-base)
|
| 28 |
-
- Chatbot: [`microsoft/DialoGPT-medium`](https://huggingface.co/microsoft/DialoGPT-medium)
|
| 29 |
-
|
| 30 |
-
## π Run Locally
|
| 31 |
|
|
|
|
| 32 |
```bash
|
| 33 |
pip install -r requirements.txt
|
| 34 |
-
streamlit run app.py
|
|
|
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: purple
|
| 6 |
sdk: streamlit
|
| 7 |
+
sdk_version: "1.28.0"
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# π§ SentiPal - Emotional AI Companion
|
| 13 |
|
| 14 |
+
 *Replace with your demo GIF*
|
| 15 |
|
| 16 |
+
An AI companion that understands your emotions and responds with empathy. Features:
|
| 17 |
|
| 18 |
+
- Real-time emotion detection
|
| 19 |
+
- Animated chat interface
|
| 20 |
+
- Mood-based visual themes
|
| 21 |
+
- Powered by Hugging Face models
|
| 22 |
|
| 23 |
+
## π Try It Out
|
| 24 |
+
[](https://huggingface.co/spaces/your-username/SentiPal)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
+
## π οΈ Run Locally
|
| 27 |
```bash
|
| 28 |
pip install -r requirements.txt
|
| 29 |
+
streamlit run app.py
|