File size: 950 Bytes
63603f7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
title: MilkSpoilageClassifier API
emoji: 🥛
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
short_description: AI-powered spoilage classification system for milk quality
---
# Milk Spoilage Classification API
AI-powered spoilage classification system for predicting milk spoilage type based on bacterial contamination and microbial count analysis.
## Features
- REST API endpoint for milk spoilage prediction
- Accepts Standard Plate Count (SPC) and Total Gram-Negative (TGN) measurements
- Returns predictions for three spoilage types: PPC, no spoilage, spore spoilage
- Includes probability scores and confidence levels
## API Documentation
Visit the `/docs` endpoint for interactive Swagger documentation.
## Usage
Send a POST request to `/predict` with microbial count data in log CFU/mL format.
See the full API documentation at: https://chenhaoq87-milkspoilageclassifier-api.hf.space/docs
|