All Projects → WenmuZhou → Flask_pytorch

WenmuZhou / Flask_pytorch

using flask to run pytorch model

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Flask pytorch

Pymap webapp
A webapp version for Raster Map Download Helper
Stars: ✭ 34 (-22.73%)
Mutual labels:  flask
Analysispreservation.cern.ch
Source code for the CERN Analysis Preservation portal
Stars: ✭ 37 (-15.91%)
Mutual labels:  flask
Flask Jwt Router
Flask JWT Router is a Python library that adds authorised routes to a Flask app.
Stars: ✭ 43 (-2.27%)
Mutual labels:  flask
Healthcheck
Health Check ✔ is a Machine Learning Web Application made using Flask that can predict mainly three diseases i.e. Diabetes, Heart Disease, and Cancer.
Stars: ✭ 35 (-20.45%)
Mutual labels:  flask
Maps4all
Generalized application for displaying location-based resources on a map
Stars: ✭ 36 (-18.18%)
Mutual labels:  flask
Reddit sse stream
A Server Side Event stream to deliver Reddit comments and submissions in near real-time to a client.
Stars: ✭ 39 (-11.36%)
Mutual labels:  flask
Botvid 19
Messenger Bot that scrapes for COVID-19 data and periodically updates subscribers via Facebook Messages. Created using Python/Flask, MYSQL, HTML, Heroku
Stars: ✭ 34 (-22.73%)
Mutual labels:  flask
Betterlifepsi
Betterlife Intelligent PSI(Purchase, Sales and Inventory) system
Stars: ✭ 43 (-2.27%)
Mutual labels:  flask
Cookiecutter Flask Pythonic
Pythonic starter boilerplate for Flask
Stars: ✭ 37 (-15.91%)
Mutual labels:  flask
Flask Dashboard Light Bootstrap
Flask Dashboard - Light Bootstrap | AppSeed
Stars: ✭ 42 (-4.55%)
Mutual labels:  flask
Php Vcr
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
Stars: ✭ 976 (+2118.18%)
Mutual labels:  webservice
Multitube
Watch multiple YouTube videos by providing video links or playlist links or channel links or maybe a mix of them! All without opening a single extra tab.
Stars: ✭ 36 (-18.18%)
Mutual labels:  flask
Openvpn Cms Flask
一套关于openvpn服务的后台管理系统,通过前后端分离的方式设计,便于用户通过web端进行增删用户,并查询用户的使用时间和地理位置等信息。
Stars: ✭ 40 (-9.09%)
Mutual labels:  flask
Flask Json
Flask-JSON is a Flask extension providing better JSON support.
Stars: ✭ 34 (-22.73%)
Mutual labels:  flask
8d Audio
Some dsp to make songs "8D"
Stars: ✭ 43 (-2.27%)
Mutual labels:  flask
Tensorflowjsclientsideprediction
An example of a client side prediction made with TensorFlowJS
Stars: ✭ 34 (-22.73%)
Mutual labels:  flask
Big Album Art
[RETIRED] A Flask app to display almost-fullscreen album art for your currently playing Spotify songs. Enjoy the visuals!
Stars: ✭ 38 (-13.64%)
Mutual labels:  flask
Python Api Development Fundamentals
Develop a full-stack web application with Python and Flask
Stars: ✭ 44 (+0%)
Mutual labels:  flask
Fabric8 Wit
wit stands for Work Item Tracker
Stars: ✭ 43 (-2.27%)
Mutual labels:  webservice
Flask Dashboard Corona Dark
Flask Dashboard - Corona Dark Design | AppSeed
Stars: ✭ 41 (-6.82%)
Mutual labels:  flask

flask_pytorch

using flask to run pytorch model

start server

python3 app.py

you will see a result like this

flask

Submitting requests to pytorch server

python3 request_sample.py -f='file_path'

send a image like this

send_image

you will see a result like this (I use the mnist image as example).

image

the demo model can de download in baiduyun

demo online

After starting the server, use http://127.0.0.1:5000/demo for online testing

online testing

Acknowledgement

This repository refers to deploy-pytorch-model, and thank the author again.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].