Create readme.md
Browse files
readme.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.
|
| 4 |
+
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
## ✨ Features
|
| 8 |
+
|
| 9 |
+
- **💬 Sentiment Analysis**: Classifies user input as Positive or Negative.
|
| 10 |
+
- **🧠 Disorder Classification**: Predicts potential mental health conditions like Anxiety, Depression, etc.
|
| 11 |
+
- **🚦 Risk Level Estimation**: Assesses the severity of user input (Low, Medium, High).
|
| 12 |
+
- **🧭 Personalized Recommendations**: Suggests helpful actions based on predictions.
|
| 13 |
+
- **🧪 LIME Interpretability**: Explains model predictions using LIME.
|
| 14 |
+
- **🖥️ Terminal Chat Interface**: Human-like, emoji-enhanced chatbot interaction in the terminal.
|
| 15 |
+
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
## ✅ Requirements
|
| 19 |
+
|
| 20 |
+
- Python 3.7+
|
| 21 |
+
- PyTorch
|
| 22 |
+
- Hugging Face Transformers
|
| 23 |
+
- LIME
|
| 24 |
+
- Scikit-learn
|
| 25 |
+
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
## 📦 Installation
|
| 29 |
+
|
| 30 |
+
1. **Clone the repository:**
|
| 31 |
+
|
| 32 |
+
```bash
|
| 33 |
+
git clone https://huggingface.co/username/MentalHealthChatbot
|
| 34 |
+
cd MentalHealthChatbot
|
| 35 |
+
|
| 36 |
+
|