anwareset / djangomage

Python web based application built with the Django framework. Contains several tools from PIL and Deep Learning with Keras.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python web based application built with the Django framework. Contains several tools from PIL and Deep Learning with Keras.


Languages

Language:CSS 65.1%Language:JavaScript 21.6%Language:HTML 10.3%Language:Python 3.1%