Skip to content

This is a Loan Approval Web application utilizing Machine Learning and the Django Framework

Notifications You must be signed in to change notification settings

Ayushma00/loan-ml-django-heroku-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loan Approval Web Application

This is a Loan Approval Web application utilizing Machine Learning and the Django Framework, now deployed on Heroku. This system inputs the informations from the user and based on this information deep learning model runs the input which predics whether the user is capable of getting loan or not.

The information that user needs to provide are:

  1. First Name
  2. Last Name
  3. Dependents : Enter the number of Dependents
  4. Applicant Income (Monthly) : Enter monthly gross income
  5. Co-Applicant Income : Enter co-applicant Monthly Gross Income
  6. Loan Amount : Enter Requested Loan Amount
  7. Loan Amount Term : Loan Terms in Months
  8. Credit History : Ranging from 0 to 4
  9. Gender
  10. Marrital Status
  11. Education
  12. Self Employed : Yes or No
  13. Property area : Property in Rural, Urban or Semiurban

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo
    git clone https://github.com/Ayushma00/Project-Name.git
  2. Create a virtual environment (here the environment name is env) and activate it
    python -m venv env
  3. Install requirments/ packages
    pip install -r requirements.txt
  4. Enter your SECRET_KEY in .env
     SECRET_KEY = 'ENTER YOUR KEY'

Run the Project

python manage.py runserver

Output/ Demo

Loan_Approval_Application_Demo.mp4

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

About

This is a Loan Approval Web application utilizing Machine Learning and the Django Framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published