GithubHelp home page GithubHelp logo

herbaliaweb's Introduction

Deploying-deep-learning-model-using-flask-API

Introduction

In this blog, we'll see how we can take your work and show it to an audience by deploying your projects on the web. Machine Learning engineers should know the implementation of deployment to use their models on a global scale. About the Model I build a model to predict fruit categories. In this model, Have 3 classes which are Apple, Banan, and Orange. I used VGG pre-trained model to perform this classification problem. Click here to learn more about this model implementation. In this blog, we are going to focus on only deployment using Flask.

Saving Trained Models

You can save your model by calling the save() function on the model and specifying the filename. But usually, we can save the model in 3 formats.

YAML

JSON

HDF5

To learn more follow my blog : https://medium.com/@draj0718/deploying-deep-learning-model-using-flask-api-810047f090ac

herbaliaweb's People

Contributors

rixkyduwi avatar ariefrachel 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.