PyMAGE is a web-based application, built using the Django Framework. in it you will find the ordinary features of the Python Imaging Library (PIL), including a machine learning using VGG16 which is used as an Image Search Engine.
Just do this command
pip install -r requirements.txt
djangoproject/
├── djangoproject
│ ├── __init__.py
│ ├── __pycache__
│ ├── settings.py
│ ├── urls.py
│ └── wsgi.py
├── manage.py
├── media
│ ├── ciri
│ ├── img
│ └── confusion.csv
├── pymage
│ ├── admin.py
│ ├── apps.py
│ ├── __init__.py
│ ├── migrations
│ │ ├── __init__.py
│ │ └── __pycache__
│ ├── models.py
│ ├── __pycache__
│ ├── templates
│ │ └── pymage
│ │ └── partials
│ ├── tests.py
│ ├── urls.py
| ├── cari_ciri.py
│ └── views.py
└── static
├── admin
└── pymage