识别图片处理、查询菜品数据

This commit is contained in:
2025-10-17 14:47:28 +08:00
parent dd51448aea
commit a27cc5f7ee
10 changed files with 221 additions and 31 deletions
@@ -6,9 +6,9 @@ data class FoodClassInfo(
var idx_to_class: Map<String, String>
)
data class FoodQueryResult(
var id: Long,
var name: String?,
var foodIdx: Int,
var score: Double
)
//data class FoodQueryResult(
// var id: Long,
// var name: String?,
// var foodIdx: Int,
// var score: Double
//)