Mental Health Prediction Model
Overview
This project predicts mental health status (Low, Moderate, High) using a Flask app and an XGBoost model.
Files
- app.py: Flask app for predictions
- index.html: Web interface
- mental_health_model_final.pkl: Trained XGBoost model
- scaler_final.pkl: Scaler for preprocessing
- le_gender_final.pkl: Label encoder for Gender
- le_target_final.pkl: Label encoder for target
How to Use
- Install dependencies:
pip install -r requirements.txt
- Run the app:
python app.py
- Access at
http://localhost:5000
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support
HF Inference deployability: The model has no library tag.