Skip to main content

Manage content for YOLO model.

Project description

DjanYolo

Manage yolo images efficiently. A django app template that can be loaded to any existing app.

Features

  • Supports Django models

  • Admin panel

  • Image annotation

  • Image cropping

Note

This pypi is a part of #100DaysOfCode challenge. I needed to learn how packing are pushed and managed on pypi. So came up with simple module that was already cooked up. Check original repo.

How to install?

INSTALLED_APPS = (
    # ...
    'djanyolo',
)

Register route

from django.urls import include

urlpatterns = [
      # ...
      url(r'^djanyolo$', include('djanyolo.urls')),
]

Have fun!

News

0.2a1

Release date: UNRELEASED

  • Example news entry for the in-development version

0.1

Release date: 15-Mar-2010

  • Example news entry for a released version

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djanyolo-2020.1.0.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

djanyolo-2020.1.0-py3-none-any.whl (10.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page