You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123.
5
+
-->
6
+
7
+
- Closes #.
8
+
9
+
## Rationale for this change
10
+
11
+
<!--
12
+
Why are you proposing this change? If this is already explained clearly in the issue then this section is not needed.
13
+
Explaining clearly why changes are proposed helps reviewers understand your changes and offer better suggestions for fixes.
14
+
-->
15
+
16
+
## What changes are included in this PR?
17
+
18
+
<!--
19
+
There is no need to duplicate the description in the issue here but it is sometimes worth providing a summary of the individual changes in this PR.
20
+
-->
21
+
22
+
## Are these changes tested?
23
+
24
+
<!--
25
+
We typically require tests for all PRs in order to:
26
+
1. Prevent the code from being accidentally broken by subsequent changes
27
+
2. Serve as another way to document the expected behavior of the code
28
+
-->
29
+
30
+
## Are there any user-facing changes?
31
+
32
+
<!--
33
+
If there are user-facing changes then we may require documentation to be updated before approving the PR.
34
+
-->
35
+
36
+
<!--
37
+
If there are any breaking changes to public APIs, please add the `api change` label.
Copy file name to clipboardExpand all lines: README.md
+47-25Lines changed: 47 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
## 🧠 Your AI-Powered Mental Health Companion
6
6
7
-
**TalkHeal** is an empathetic, intelligent, and interactive mental health support assistant built using **Python** and **Streamlit**. Designed with compassion and care at its core, it offers 24/7 support, emotional journaling, resource guidance, and AI-powered conversations powered by Google’s Gemini Pro.
7
+
**TalkHeal** is an empathetic, intelligent, and interactive mental health support assistant built using **Python** and **Streamlit**. Designed with compassion and care at its core, it offers 24/7 support, emotional journaling, resource guidance, and AI-powered conversations powered by Google’s Gemini.
8
8
9
9
---
10
10
@@ -15,13 +15,18 @@
15
15
* Gemini-powered chatbot for mental health companionship
16
16
* Empathetic and encouraging tone—never clinical or diagnostic
17
17
* Smart conversation history with multi-threaded support
0 commit comments