Yashhh14/Mining_project
0
Coal Mining Safety Prediction
This app predicts whether the coal mining environment is Safe or Unsafe based on input parameters. It uses a trained machine learning model with a Gradio-based user interface.
๐ Features
- Easy-to-Use Interface: Input the mining parameters and get instant feedback.
- Real-Time Prediction: The app classifies the mining environment as Safe or Unsafe.
โ๏ธ How to Use
- Enter the following parameters:
- Sub Level: Value for sub-level of the mine.
- Supra Level: Value for supra-level of the mine.
- Particle Count: Number of particles in the air.
- Analyzed Area: The area analyzed in the mine.
- Loading Density: Loading density of the mine.
- Abundance: Abundance of material in the mine.
- Click Submit to get a prediction of Safe or Unsafe.
๐ Inputs
๐งช How It Works
The model uses engineered features like Risk Index, Normalized Levels, and Air Quality Score to predict the safety of the mining environment.
๐ Requirements
- gradio
- scikit-learn
- numpy
- joblib
- pandas
๐ Live Demo
Once deployed, a live link will be provided.
