Skip to content

ChihyingDeng/insight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insight

  1. Structure of the code
  2. Instruction

Structure of the code

├── Img
|  ├── __init__.py
|  ├── runmodel.py
|  ├── util.py
|  ├── static
|  ├── template
|  |  ├── index.html
|  |  ├── list.html
|  |  └── img.html
├── flaskapp.py
├── wsgi.py

Instruction

python wsgi.py

or

gunicorn --bind 0.0.0.0:5000 wsgi:app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors