final changes to the ui
This commit is contained in:
parent
3418324060
commit
f74f48d3f6
3 changed files with 15 additions and 29 deletions
|
@ -12,7 +12,7 @@ PLANTVILLAGE_DIR = ".\plant_growth_data\images"
|
|||
|
||||
def determine_health_status(description: str) -> str:
|
||||
illness_keywords = [
|
||||
"disease", "wilt", "brown", "yellowing", "withered", "damage", "ill", "unhealthy"
|
||||
"disease", "wilt", "wilted ", "brown", "yellowing", "withered", "damage", "ill", "unhealthy", "harmful", "fire", "coca cola"
|
||||
]
|
||||
healthy_keywords = [
|
||||
"healthy", "vibrant", "green", "lush", "strong", "thriving", "fresh", "good condition"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue