Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -8,41 +8,29 @@ sdk_version: 1.44.1
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
-
short_description: Quranic verses for every mood and emotion
|
12 |
-
|
13 |
---
|
14 |
|
15 |
# π Kalam Comfort
|
16 |
|
17 |
-
**Kalam Comfort** is a spiritually
|
18 |
-
|
19 |
-
Select an emotion β such as sadness, anxiety, gratitude, or loneliness β and the app presents a carefully chosen Quranic verse, a short tafsir (interpretation), and a heartfelt dua to reflect on.
|
20 |
-
|
21 |
-
This app aims to help you reconnect with the divine message of the Quran in moments of emotional need β bringing clarity, peace, and purpose.
|
22 |
|
23 |
## π Features
|
24 |
|
25 |
-
-
|
26 |
-
- Quranic
|
27 |
-
-
|
28 |
-
-
|
29 |
-
-
|
30 |
-
|
31 |
-
|
32 |
|
33 |
-
|
34 |
-
- `requests`
|
35 |
-
- `Pillow`
|
36 |
-
- `AlQuran.cloud API`
|
37 |
-
- Optional: Firebase / Unsplash / dotenv
|
38 |
-
|
39 |
-
## π License
|
40 |
-
|
41 |
-
This project is licensed under the MIT License.
|
42 |
-
|
43 |
-
---
|
44 |
|
45 |
-
|
46 |
|
|
|
47 |
|
48 |
-
|
|
|
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
+
short_description: Quranic verses, Duas, and Hadiths for every mood and emotion
|
|
|
12 |
---
|
13 |
|
14 |
# π Kalam Comfort
|
15 |
|
16 |
+
**Kalam Comfort** is a spiritually enriching Streamlit app that offers Quranic guidance, Duas, and Hadiths tailored to your emotional state. Whether youβre feeling sad, anxious, grateful, or simply lost β the app delivers divine reminders to soothe the soul and strengthen your connection with Allah ο·».
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## π Features
|
19 |
|
20 |
+
- π **Emotion-based content** β Choose from 10+ moods (sad, anxious, grateful, tired, etc.)
|
21 |
+
- π **Quranic verses** β Handpicked ayahs with Arabic, English, and Urdu translations
|
22 |
+
- π€² **Relevant Duas** β Authentic, beautiful supplications in Arabic, English, and Urdu
|
23 |
+
- π **Inspirational Hadiths** β Uplifting Prophetic sayings for your heart and mind
|
24 |
+
- β¨ **Randomizer Button** β Click *"Show Another Response"* to cycle through more content
|
25 |
+
- π **Reflection Journal** β Write and save personal reflections for each mood
|
26 |
+
- π¨ **Clean UI** β Focused, minimalistic interface powered by Streamlit
|
27 |
|
28 |
+
## π Getting Started
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
+
This app runs in your browser β no installation required. Simply [launch it on Hugging Face Spaces](https://huggingface.co/spaces/ashhal/Kalam_Comfort).
|
31 |
|
32 |
+
If running locally:
|
33 |
|
34 |
+
```bash
|
35 |
+
pip install streamlit requests
|
36 |
+
streamlit run app.py
|