Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🧠 Mental Health Chatbot
|
| 2 |
|
| 3 |
This repository contains an AI-powered chatbot designed to assist users by analyzing their text input for **sentiment** and **mental health disorders**, and providing personalized recommendations based on AI predictions and explanations.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- sentiment_analysis
|
| 5 |
+
- mental_health_disorder
|
| 6 |
+
- text-classification
|
| 7 |
+
- pytorch
|
| 8 |
+
- chatbot
|
| 9 |
+
- transformers
|
| 10 |
+
---
|
| 11 |
# 🧠 Mental Health Chatbot
|
| 12 |
|
| 13 |
This repository contains an AI-powered chatbot designed to assist users by analyzing their text input for **sentiment** and **mental health disorders**, and providing personalized recommendations based on AI predictions and explanations.
|