CoolFace
Apppublic

SahanNarangoda/covid19-cough-fresh

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
App README

COVID-19 Cough Detection API

Flask + TensorFlow API that classifies cough sounds for COVID-19 detection.

Endpoints

  • —GET / → welcome & endpoint list
  • —GET /health → health check
  • —GET /model-info → model metadata
  • —POST /predict → upload audio file
  • —POST /predict-live → short live audio chunk
  • —POST /predict-image → pre-rendered spectrogram image

Listening on port 7860 (default for HF Spaces)