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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file djanyolo-2020.1.0.tar.gz
.
File metadata
- Download URL: djanyolo-2020.1.0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
28ca4592332b71cd4ff86681d2fc431b28fcb2dbb2dd57db89aa0ad0fe6559f1
|
|
MD5 |
b12dfa5c2a1d7b4296f2939af6a56982
|
|
BLAKE2b-256 |
3a0a2e645311de4b4cd90abc7fd752b409ee1f71fce974aca96e3d0308d768f5
|
File details
Details for the file djanyolo-2020.1.0-py3-none-any.whl
.
File metadata
- Download URL: djanyolo-2020.1.0-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
094c30f3d01047af3756460ce7d350ef3c866fb95c6e3bb1ab2e10e3ec20320d
|
|
MD5 |
84e102e02551a59086a8f1a8a9dbcce6
|
|
BLAKE2b-256 |
34632f3738c7727b33c5b74045d61dad9d63cfb1c1ff55962c6920f4b940642f
|