This is a Flask-based Machine Learning API hosted on Hugging Face Spaces using Docker. It predicts the likelihood or severity of road accidents based on input features.
📂 Project Structure
App.py: Main Flask application and API routes.
road_accident_model.pkl: The trained predictive model (Random Forest/XGBoost etc).
encoder.pkl: Pickle file for categorical data encoding.