This project predicts the age of an abalone (measured by ring count) based on physical attributes using a Random Forest Regressor.
- 🧠 Random Forest Regressor for regression modeling
- ⚡ FastAPI for building a fast, lightweight API
- 📊 Abalone Dataset for model training and evaluation
-
Predict abalone age using attributes like length, diameter, weight, etc.
-
Deployed via FastAPI for quick and scalable access
-
Built for integration with frontend or other applications