GithubHelp home page GithubHelp logo

bridgecrew-perf7 / model-deployment-with-flask Goto Github PK

View Code? Open in Web Editor NEW

This project forked from theiyobosa/model-deployment-with-flask

0.0 0.0 0.0 6 KB

License: MIT License

Python 23.70% HTML 12.49% Jupyter Notebook 63.81%

model-deployment-with-flask's Introduction

Model Deployment with Flask

This repo demonstrates how a simple model can be deployed on a server, on a local machine.

Repository

This repo contains an already built Linear Regression model, and uses Flask Python package for deployment.

It makes use of only three very simple HTML pages throughout the server. These HTML pages can be found in flask_wrapper -> templates.

The repo also contains two python files within flask_wrapper, one of them uses the model to predict, and the other one is the actual server.

The run.py file is used to initialize the server.

Getting started

Open your terminal.

After cloning this repository, if the parent directory of this repo is still model-deployment-with-flask, then change your directory to model-deployment-with-flask with:

cd path/to/directory/model-deployment-with-flask

If your the parent directory of this repo in your computer is not model-deployment-with-flask, then you can change your directory to the directory where the repo is with:

cd path/to/repo/directory

Then run the following code.

python run.py

Your default browser will come on, the site will be opened, then you can enter your input.

Summary

This repo just contains a demonstration. It will be updated in the future to contain more information.

model-deployment-with-flask's People

Contributors

theiyobosa 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.