This project aims to predict loan approval using machine learning techniques. It provides a comprehensive solution for financial institutions to automate and streamline their loan approval process.
This repository contains the code and resources for predicting loan approval status using machine learning models.
- Data ingestion and preprocessing
- Machine learning model training and evaluation
- Web application for real-time predictions
- Containerized deployment using Docker
- Python
- Jupyter Notebook
- Flask
- Docker
Lone_approval_prediction/
├── .github/workflows/
├── artifacts/data_ingestion/
├── config/
├── research/
├── src/lone_approval_prediction/
├── templates/
├── .gitignore
├── Dockerfile
├── LICENSE
├── README.md
├── app.py
├── main.py
├── params.yaml
├── requirements.txt
├── schema.yaml
├── setup.py
└── template.py
- Clone the repository:
git clone https://github.com/RohitPawar001/Lone_approval_prediction.git
- Install dependencies:
pip install -r requirements.txt
- Run the main application:
python main.py
- Access the web interface at
http://localhost:5000
- Build the Docker image:
docker build -t loan-approval-prediction .
- Run the container:
docker run -p 5000:5000 loan-approval-prediction
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Rohit Pawar - GitHub Profile
Project Link: https://github.com/RohitPawar001/Lone_approval_prediction