Initial deploy: app.py + requirements + README + fasttransform stub (avoid fastai at inference).
c9e7f4b verified | title: Phone Before Bed (AutoGluon Tabular) | |
| emoji: 📱 | |
| colorFrom: blue | |
| colorTo: purple | |
| sdk: gradio | |
| sdk_version: "4.38.1" | |
| app_file: app.py | |
| pinned: false | |
| A Gradio app that predicts whether a student uses their phone before bed using a Tabular AutoGluon model. | |
| - **Model repo:** `jennifee/classical_automl_model` | |
| - **Artifact:** `autogluon_predictor_dir.zip` (AutoGluon TabularPredictor directory zipped) | |
| - **UI:** sliders / number inputs + live prediction | |
| - **Note:** Inference **forces a non-fastai child model** (LightGBM/XGBoost/CatBoost/Sklearn) to avoid pickled fastai dependencies. | |