qaisar701shan commited on
Commit
11adf3b
Β·
verified Β·
1 Parent(s): 6edb98c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -17
README.md CHANGED
@@ -4,31 +4,26 @@ emoji: 🧠
4
  colorFrom: pink
5
  colorTo: purple
6
  sdk: streamlit
7
- sdk_version: "1.29.0"
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- # πŸ€– SentiPal – Your Emotional AI Friend
13
 
14
- **CS Girlies Hackathon 2025 – Theme: AI vs H.I**
15
 
16
- SentiPal is a fully free, AI-powered chatbot that detects your emotions and responds with kindness and care. No API keys, no OpenAI β€” just open-source emotional intelligence πŸ’–
17
 
18
- ## ✨ Features
 
 
 
19
 
20
- - 🎭 Emotion detection using Hugging Face πŸ€— model
21
- - πŸ€— Human-like replies via DialoGPT
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
+ ![Demo](https://i.imgur.com/your-demo-gif.gif) *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
+ [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/your-username/SentiPal)
 
 
 
 
 
 
 
 
 
25
 
26
+ ## πŸ› οΈ Run Locally
27
  ```bash
28
  pip install -r requirements.txt
29
+ streamlit run app.py