Spaces:
Runtime error
Runtime error
tabito12345678910 commited on
Commit ยท
93a14e6
1
Parent(s): 9c48159
Add proper YAML metadata to README
Browse files
README.md
CHANGED
|
@@ -1,4 +1,16 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|