Giter Site home page Giter Site logo

modeldeploymentfortask's Introduction

modelAPiDeploy.py file use for testing the model through postman.

Also you can see the test result through this image.

api

To use this model and test it on your dekstop first of all download the folder. Then open the folder in your dekstop. Then open commandprompt

from this folder then run this command in the command prompt which is: python modelApiDeploy.py

After run this open postman and make a post request through this: http://127.0.0.1:5000/predict

Then in the body of postman with raw json file use this value or you can change the value but column name must be same: [{"ApplicantIncome":5667,"CoapplicantIncome":0,"LoanAmount":131,"Loan_Amount_Term":360, "Credit_History":1,"Gender_Male":1, "Married_Yes":0, "Dependents_1":1,"Dependents_2":0,"Dependents_3+":0, "Education_Not Graduate":0,"Self_Employed_Yes":0, "Property_Area_Semiurban":0, "Property_Area_Urban":1}]

After sending this you can see the output predict value.

You can see my final result is this: { "prediction": "[0]" }

modeldeploymentfortask's People

Contributors

mdmehedihasa avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.