A simple machine learning web application that predicts whether a loan will be approved or not based on applicant details. Built using Python, scikit-learn, and Gradio.
This project uses a trained machine learning model to predict loan approval status. The UI is developed using Gradio for quick and easy interaction.
- User-friendly Gradio interface
- Fast predictions using a trained ML model
- Input features include gender, education, income, credit history, and more
- Lightweight and easy to deploy
app.py- Main Gradio applicationmodel.pkl- Pre-trained loan prediction model (serialized using joblib or pickle)requirements.txt- Python dependenciesREADME.md- Project documentation
- Gender
- Married
- Education
- Applicant Income
- Coapplicant Income
- Loan Amount
- Loan Amount Term
- Credit History
- Property Area
- Clone the repository:
git clone https://github.com/yourusername/Loan-Prediction-UI.git cd Loan-Prediction-UI