Skip to content

基于Flask+jQuery前后端分离部署pytorch模型demo

License

Notifications You must be signed in to change notification settings

prety-good/Flask-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

使用Flask+html前后端分离部署pytorch模型demo


后端使用Flask,前端使用html+jquery框架。


image_to_image是从图片到图片的模型,类如分割模型、图像增强的模型。

  • 当前的网页效果展示: 网页效果

image_to_words是从图片到文本的模型,类如分类模型。

待完善中


  • 文件树
│  .gitignore
│  LICENSE
│  readme.md
│  
├─image_to_image
│  │  detect.py
│  │  main.py
│  │  model.py
│  │  
│  ├─static
│  │  └─js
│  │          jquery.min.js
│  │          
│  └─templates
│         main.html
│         test.html
│          
├─image_to_words
│  │  class_indices.json
│  │  main.ipynb
│  │  main.py
│  │  model.py
│  │  
│  ├─static
│  │  └─js
│  │          jquery.min.js
│  │          
│  └─templates
│          up.html
│          
└─img
        img1.png

About

基于Flask+jQuery前后端分离部署pytorch模型demo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published