Skip to content

Latest commit

 

History

History
48 lines (44 loc) · 1.33 KB

README.md

File metadata and controls

48 lines (44 loc) · 1.33 KB

PyMAGE

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.

Requirements

Just do this command

pip install -r requirements.txt

Directory

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