Loading repository data…
Loading repository data…
kinba09 / repository
Welcome to the Home Loan Approval project! This machine learning-based web application predicts whether an individual is eligible for a home loan. It combines the power of Streamlit for the front end, FastAPI for the API, and various Python libraries for data processing and machine learning.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Welcome to the Home Loan Approval project! This machine learning-based web application predicts whether an individual is eligible for a home loan. It combines the power of Streamlit for the front end, FastAPI for the API, and various Python libraries for data processing and machine learning.
This project leverages a robust tech stack to deliver accurate and efficient loan predictions:
Before diving into the project, ensure you have Python installed. You can download the latest version from python.org.
Clone the repository to your local machine:
git clone https://github.com/kinba09/Home_Loan_Approval.git
Install the required dependencies:
pip install -r requirements.txt
Start the FastAPI server:
uvicorn mlapi:app --reload
Host Streamlit:
streamlit run app.py
uvicorn mlapi:app --host 0.0.0.0 --port $PORTAPI
|---- CustomData.py
|---- encoding.py
|---- mlapi.py
|---- requirements.txt
Streamlit
|---- app.py
|---- encoding.py
modelold.pklmodeltest.pklmodeltest.pklPlease let me know if you have any questions or suggestions.