Skip to content

kaustav927/LoanPredictionModel

Repository files navigation

Loan Prediction Model (LPM)

Build Setup

dependencies:

npm install
OR
yarn install

Spin up front-end server with hot reload (npm run / yarn)

cd front-end
npm run serve
OR
Yarn serve
http://localhost:8080

Spin up back-end server

cd flask
python3 api.py

Python Modules

pip3 install tensorflow
pip3 install numpy
pip3 install pickle
pip3 install flask
pip3 install keras
pip3 install flask-cors

Versions

Python 3
Tensorflow version 2.1.3
Numpy version 1.18.5
Flask version 1.1.2
Keras 2.4.3

Releases

No releases published

Packages

 
 
 

Contributors