# ๐Ÿง  Mental Health Chatbot 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. --- ## โœจ Features - **๐Ÿ’ฌ Sentiment Analysis**: Classifies user input as Positive or Negative. - **๐Ÿง  Disorder Classification**: Predicts potential mental health conditions like Anxiety, Depression, etc. - **๐Ÿšฆ Risk Level Estimation**: Assesses the severity of user input (Low, Medium, High). - **๐Ÿงญ Personalized Recommendations**: Suggests helpful actions based on predictions. - **๐Ÿงช LIME Interpretability**: Explains model predictions using LIME. - **๐Ÿ–ฅ๏ธ Terminal Chat Interface**: Human-like, emoji-enhanced chatbot interaction in the terminal. --- ## โœ… Requirements - Python 3.7+ - PyTorch - Hugging Face Transformers - LIME - Scikit-learn --- ## ๐Ÿ“ฆ Installation 1. **Clone the repository:** ```bash git clone https://huggingface.co/username/MentalHealthChatbot cd MentalHealthChatbot