chenhaoq87 commited on
Commit
d94c078
·
verified ·
1 Parent(s): d5c2352

Update README with correct description

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