tabito12345678910 commited on
Commit
93a14e6
ยท
1 Parent(s): 9c48159

Add proper YAML metadata to README

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -1,4 +1,16 @@
1
- # Gohan Product Recommendation API (Light)
 
 
 
 
 
 
 
 
 
 
 
 
2
  Clean API template for rice product recommendations.
3
 
4
  ## Setup
@@ -9,3 +21,11 @@ Clean API template for rice product recommendations.
9
 
10
  ## Usage
11
  This API provides product recommendations for rice products based on company data.
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Gohan Product Recommendation API
3
+ emoji: ๐Ÿš
4
+ colorFrom: brown
5
+ colorTo: orange
6
+ sdk: gradio
7
+ sdk_version: "4.0.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ # ๐Ÿš Gohan Product Recommendation API
13
+
14
  Clean API template for rice product recommendations.
15
 
16
  ## Setup
 
21
 
22
  ## Usage
23
  This API provides product recommendations for rice products based on company data.
24
+
25
+ ## Current Status
26
+ โš ๏ธ **Template Mode** - Add your trained model file to enable predictions
27
+
28
+ **Required files to add:**
29
+ - `model/gohan/epoch_012_p50_0.5836.pt` (PyTorch model)
30
+ - `model/gohan/*.json` (encoder files) โœ… Already included
31
+ - `model/gohan/gohan_pm.csv` (product master data) โœ… Already included