All Projects → sagnik1511 → Loan-Web

sagnik1511 / Loan-Web

Licence: other
ML-powered Loan-Marketer Customer Filtering Engine

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Loan-Web

erpnextswiss
ERPNext application for Switzerland-specific use cases
Stars: ✭ 58 (+346.15%)
Mutual labels:  banking
cqr
Conformalized Quantile Regression
Stars: ✭ 152 (+1069.23%)
Mutual labels:  random-forest
pykitml
Machine Learning library written in Python and NumPy.
Stars: ✭ 26 (+100%)
Mutual labels:  random-forest
ultimateMICR-SDK
Bank check information extraction/OCR from Magnetic Ink Character Recognition [MICR] (E-13B & CMC-7) using deep learning
Stars: ✭ 42 (+223.08%)
Mutual labels:  banking
bankster
An IBAN account numbers and BIC validation tool for Elixir.
Stars: ✭ 28 (+115.38%)
Mutual labels:  banking
terms-dictionary
Simple definitions of terms, acronyms, abbreviations, companies, and projects related to financial services and Moov.
Stars: ✭ 48 (+269.23%)
Mutual labels:  banking
Orange3
🍊 📊 💡 Orange: Interactive data analysis
Stars: ✭ 3,152 (+24146.15%)
Mutual labels:  random-forest
eForest
This is the official implementation for the paper 'AutoEncoder by Forest'
Stars: ✭ 71 (+446.15%)
Mutual labels:  random-forest
ibandit
Convert national banking details into IBANs, and vice-versa.
Stars: ✭ 90 (+592.31%)
Mutual labels:  banking
Heart disease prediction
Heart Disease prediction using 5 algorithms
Stars: ✭ 43 (+230.77%)
Mutual labels:  random-forest
python-aqbanking
AqBanking wrapper for python
Stars: ✭ 14 (+7.69%)
Mutual labels:  banking
js-sdk
JavaScript SDK for connecting to Kontist
Stars: ✭ 13 (+0%)
Mutual labels:  banking
retail-banking
Consumer Banking Application
Stars: ✭ 25 (+92.31%)
Mutual labels:  banking
decision-trees-for-ml
Building Decision Trees From Scratch In Python
Stars: ✭ 61 (+369.23%)
Mutual labels:  random-forest
lolo
A random forest
Stars: ✭ 37 (+184.62%)
Mutual labels:  random-forest
Decision Tree Js
Small JavaScript implementation of ID3 Decision tree
Stars: ✭ 253 (+1846.15%)
Mutual labels:  random-forest
STOCK-RETURN-PREDICTION-USING-KNN-SVM-GUASSIAN-PROCESS-ADABOOST-TREE-REGRESSION-AND-QDA
Forecast stock prices using machine learning approach. A time series analysis. Employ the Use of Predictive Modeling in Machine Learning to Forecast Stock Return. Approach Used by Hedge Funds to Select Tradeable Stocks
Stars: ✭ 94 (+623.08%)
Mutual labels:  random-forest
R-stats-machine-learning
Misc Statistics and Machine Learning codes in R
Stars: ✭ 33 (+153.85%)
Mutual labels:  random-forest
bankster
Money Creation Made Easy
Stars: ✭ 30 (+130.77%)
Mutual labels:  banking
Trajectory-Analysis-and-Classification-in-Python-Pandas-and-Scikit-Learn
Formed trajectories of sets of points.Experimented on finding similarities between trajectories based on DTW (Dynamic Time Warping) and LCSS (Longest Common SubSequence) algorithms.Modeled trajectories as strings based on a Grid representation.Benchmarked KNN, Random Forest, Logistic Regression classification algorithms to classify efficiently t…
Stars: ✭ 41 (+215.38%)
Mutual labels:  random-forest

Loan-Web

ML powered Customer Filtering Engine for Loan Marketing

Developed with


Description :

In Loan-Marketing business employees are required to call the user's to buy loans of several fields and in several magnitudes. If employees are calling everybody in the network it is also very lengthy and uncertain that most of the customers will buy it. So, there is a very need for a filtering system that segregates the customers who are unlikely to buy loans and the opposite. Loan-Web is visualized and made up on that context.


Goals of the Project :

 1. Ease the job to find the correct vendor/customer.
 2. Reduce time and stress to find out the right customer.
 3. Gaining knowledge from the percentages of likelihood of buying loans and creating campaigns on similar agendas.
 4. Very accurately choosing the right customer.
 5. Reduce asset maintenance expenses as daily calls are getting reduced.

Dataset :

The data has been collected from kaggle Banking Dataset-Marketing Targets. More about the dataset are in this link.

Tech-Stack :

Pyhton environment (v3.8 or higher) equipped with -

       Pyhton Prompt
       Pandas
       Pillow
       Pybase64
       Scikit Learn
       Streamlit

Deployments :

This web app has been successfully deployed on HEROKU. Follow this link to try it online - https://loan-webapp.herokuapp.com/

Or you can fork the whole project in your local machine and try it locally :

Process:

  1. Create a Virtual Environment : Tutorial

  2. After activating the virtual environment download the dependency libraries through the "requirements.txt" file in Shell.

    $pip install -r requirements.txt
    
  3. After installing all the libraries paste the whole repository in that environment base folder and then write a code in Shell.

    $streamlit run loan_web_app.py
    

Interface :

PC interface Android Interface

HOW to Use :

You can download the use approach.

STAR this repository to keep the developer sane :)

And also follow me on github & kaggle for other Machine Learning / Deep Learning projects.

THANK YOU for visiting :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].