CoolFace
Apppublic

NehaS98/mental-health-discourse-analyzer

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
13 commits on main
deec2f55mo ago

feat: serve discovered topics via /topics API for deploy compatibility

Neha Shirodkar
cb33adb5mo ago

fix: remove side-effect mkdir from config import (broke non-root container)

Neha Shirodkar
ff9b5885mo ago

chore: enforce LF line endings for shell scripts and Dockerfile

Neha Shirodkar
42f3bfb5mo ago

feat: HF Hub model loading + Dockerfile for Spaces deployment

Neha Shirodkar
818a1a65mo ago

refactor: pivot to 3-class severity matching real dataset; add --max-rows flag

Neha Shirodkar
cf468185mo ago

docs: add README with architecture, setup, and design notes

Neha Shirodkar
c4afd465mo ago

feat(dashboard): add Streamlit dashboard with classification and theme views

Neha Shirodkar
cc8d3c15mo ago

feat(api): add FastAPI service with /predict and /predict_batch endpoints

Neha Shirodkar
ced358f5mo ago

feat(inference): add shared predict() module with cached model loading

Neha Shirodkar
2cc9e4b5mo ago

feat(topic): add BERTopic theme extraction with c-TF-IDF

Neha Shirodkar
8f6beba5mo ago

feat(train): fine-tune RoBERTa with weighted loss and MLflow tracking

Neha Shirodkar
608c5545mo ago

feat(data): add Reddit MH data prep with weak-supervision severity labels

Neha Shirodkar
062583c5mo ago

chore: scaffold project structure, dependencies, and central config

Neha Shirodkar