Ladoli / LoanCalculator-React-Tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notice

App is currently under maintenance as we move our data from AWS. This affects our ability to query the Kaggle data and run the Node Server. In the meantime, Loan Calculation Calculator and Loan Eligibility Classifier still work as these are based off of the the AI/Machine Learning model created from said data.

To run a local implementation, we have provided an export of the Database in the SQLData folder. If this method is used, MySQL-Server/server.js would also need to be updated with regards to the database connection.

Classifier App

Using data obtained from a loans kaggle competition, we created a React Frontend App that predicts loan eligibility and recomends maximum loan amounts to clients with a model derived using Tensorflow.

How to setup

Clone the master branch of this repository.

Install the node modules. (Run a terminal, get to the folder where this repository was cloned, type "npm install" and press enter)

Npm start. (Run a terminal, get to the folder where this repository was cloned, type "npm start" and press enter)

Open a new terminal, get to the folder where this repository was cloned. Go to the Python-Server folder. Run python(Or python3) app.py.

(Currently under maintenance, skip) Open a new terminal, get to the folder where this repository was cloned. Go to the MYSQL-Server folder. Enter "npm start" in the terminal.

About


Languages

Language:JavaScript 63.9%Language:Python 29.3%Language:CSS 5.6%Language:HTML 1.2%Language:Batchfile 0.0%