KnowingFly/depression-detection-api
0
Depression Detection API
API for detecting depression from facial images using machine learning.
Endpoints
Usage
Health Check
curl https://knowingfly-depression-detection-api.hf.space/healthPrediction
curl -X POST "https://knowingfly-depression-detection-api.hf.space/predict" \
-F "file=@your_image.jpg"Response Format
{
"prediction": "depression" | "neutral",
"confidence": 0.85
}Technology Stack
- FastAPI
- TensorFlow/Keras
- OpenCV (Face Detection)
- Docker
