smarthire-ai/ ├── backend/ # FastAPI server │ ├── main.py # App entrypoint, CORS, routes │ ├── requirements.txt # Python dependencies │ ├── routers/ │ │ ├── resume.py # /api/resume endpoints │ │ ├── ...
An explainable multi-class Android malware detection system built as an M.Tech research project. It combines classical machine learning (XGBoost / Random Forest) with SHAP feature attribution, MITRE ...