Smart poultry egg-production prediction with React Native + GraphQL + Flask + ML (Decision Tree Regressor).
Eggonomics is a mobile app that helps farmers forecast daily egg production using a Decision Tree Regressor trained on:
- Amount_of_chicken
- Amount_of_Feeding
- Ammonia
- Temperature
- Humidity
- Light_Intensity
- Noise
Stack
- Mobile: React Native (Expo) + Apollo Client (GraphQL)
- API: Flask + GraphQL (Ariadne)
- ML: scikit-learn (DecisionTreeRegressor)