A Django app to identify car models using machine learning.
Project description
FindCar
Add description
Detailed documentation is in the "docs" directory.
Quick start
-
Add "finder" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'finder', ]
-
Include the polls URLconf in your project urls.py like this::
path('polls/', include('polls.urls')),
-
Run
python manage.py migrateto create the polls models. -
Start the development server and visit http://127.0.0.1:8000/admin/ to create a poll (you'll need the Admin app enabled).
-
Visit http://127.0.0.1:8000/polls/ to participate in the poll.
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
django-findcar-0.0.9.tar.gz
(52.9 kB
view details)
File details
Details for the file django-findcar-0.0.9.tar.gz.
File metadata
- Download URL: django-findcar-0.0.9.tar.gz
- Upload date:
- Size: 52.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2582b1315795dce5874e40a24ef1843bc3d8f434750ecd36a395e2fd26222b92
|
|
| MD5 |
434a6e8e7ecc70e281d7a459b67963f1
|
|
| BLAKE2b-256 |
4bebad85d07b5495d09a4f097a0eaf463bc15728ece4dfb0b8afd684421ae103
|