KO
|
EN
gitlite — search
Search
#python
#rust
#flutter
#config
#data
#github-config
#rust-lang
#terraform
#nodejs
#typescript
#javascript
#website
flask_pytorch
★ 47
Open GitHub ↗
using flask to run pytorch model
Download README (.md)
Explore Similar Repositories
PSROIAlign
:
(Oriented) PsRoIAlign Operation In Tensorflow C++ API
spec
:
Erlang Language Specification (Draft)
shubhcron
:
A drop-in cron replacement that can run your jobs on auspicious timings.
Kali-WSL-chroot
:
Kali Linux Windows App chroot builder script
podlive-macos
:
Never miss a live streaming podcast!
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
flask_pytorch
?
Download (.md)
# flask_pytorch using flask to run pytorch model # start server ```sh python3 app.py ``` you will see a result like this  # Submitting requests to pytorch server ```sh python3 request_sample.py -f='file_path' ``` send a image like this  you will see a result like this (I use the mnist image as example).  the demo model can de download in [baiduyun](https://pan.baidu.com/s/1fVFQ7I4RmRIgRI2UMRU6GQ) # demo online After starting the server, use http://127.0.0.1:5000/demo for online testing  # Acknowledgement This repository refers to [deploy-pytorch-model](https://github.com/L1aoXingyu/deploy-pytorch-model), and thank the author again.