Update Docker Compose ports to 8081 and add new apps and URL routes for crop zoning, plant simulator, pest detection, irrigation recommendation, fertilization recommendation, and farm AI assistant.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
Static mock data for Pest Detection API.
|
||||
No database, no dynamic values. Used for analyze endpoint response.
|
||||
"""
|
||||
|
||||
ANALYZE_RESPONSE_DATA = {
|
||||
"pest": "شپشک",
|
||||
"confidence": 92,
|
||||
"description": "حشرات کوچک مکنده شیره که باعث پیچ خوردگی برگ میشوند.",
|
||||
"treatment": "یک بار در هفته از اسپری روغن نیم استفاده کنید.",
|
||||
}
|
||||
Reference in New Issue
Block a user