CoolFace
Apppublic

Nur2712/agricultural-advisory-bangladesh

sourceHugging Facemitupdated 10mo agoView on Hugging Face
0likes
10 commits on main
55805b610mo ago

Fix label encoder issue - use classes_ attribute directly instead of inverse_transform

Nur2712
40eb7c310mo ago

Apply feature engineering to yield prediction as well

Nur2712
db4997110mo ago

Fix feature mismatch - add feature engineering to transform 4 inputs to 11 features expected by model

Nur2712
06e79ed10mo ago

Fix crop recommendation undefined issue - improve error handling and model validation

Nur2712
e0b8ee010mo ago

Pin scikit-learn to 1.2.2 to match model training version

Nur2712
8f4723d10mo ago

Fix scikit-learn version compatibility - pin to 1.3.0 to match trained models

Nur2712
c59043110mo ago

Improve model loading with better progress messages

Nur2712
9cb386a10mo ago

Add complete unified Agricultural Advisory System with all 4 features

Nur2712
7226e6710mo ago

Add Agricultural Advisory System application with FastAPI and interactive web interface

Nur2712
56aadf610mo ago

initial commit

Nur2712