maitry30 commited on
Commit
13fec06
·
verified ·
1 Parent(s): 978a384

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -16,8 +16,14 @@ metrics:
16
  - f1
17
  ---
18
 
19
- # 🧠 MindSense-BERT — AI-Powered Mental Health Detection
20
-
 
 
 
 
 
 
21
  MindSense-BERT is a fine-tuned BERT-based model designed to **classify text into 7 mental health categories** using real-world Reddit data.
22
  It combines **state-of-the-art NLP, class imbalance handling, and explainable AI (SHAP)** to create a transparent and practical mental health analysis system.
23
 
 
16
  - f1
17
  ---
18
 
19
+ # 🧠 MindSense-BERT — AI-Powered Mental Health Detection
20
+ ![Python](https://img.shields.io/badge/Python-3.10-blue?style=flat-square&logo=python)
21
+ ![BERT](https://img.shields.io/badge/Model-BERT-orange?style=flat-square)
22
+ ![Accuracy](https://img.shields.io/badge/Accuracy-89%25-green?style=flat-square)
23
+ ![Streamlit](https://img.shields.io/badge/UI-Streamlit-red?style=flat-square&logo=streamlit)
24
+ ![HuggingFace](https://img.shields.io/badge/HuggingFace-Model-yellow?style=flat-square)
25
+ ![License](https://img.shields.io/badge/License-MIT-lightgrey?style=flat-square)
26
+ ---
27
  MindSense-BERT is a fine-tuned BERT-based model designed to **classify text into 7 mental health categories** using real-world Reddit data.
28
  It combines **state-of-the-art NLP, class imbalance handling, and explainable AI (SHAP)** to create a transparent and practical mental health analysis system.
29