license-plate-recognition


Namelicense-plate-recognition JSON
Version 1.3.1 PyPI version JSON
download
home_pagehttps://github.com/Shahaf-F-S/license-plate-recognition
SummaryA module powered by Machine-Learning algorithms designed to detect, recognize and read license plates from car pictures. The module is flexible and equipped with objects and functions to make the process_thresh of LPR easy and fast. The program creates an artificial k nearest neighbour model that detects and reads licensee plate from a car image.
upload_time2023-09-09 08:09:00
maintainer
docs_urlNone
authorShahaf Frank-Shapir
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # license-plate-recognition

> A module powered by Machine-Learning algorithms designed to find_image_plates_locations, recognize and read license plates from car pictures.
> The module is flexible and equipped with objects and functions to make the process_thresh of LPR easy and fast.
> The program creates an artificial k nearest neighbour model that detects and reads licensee plate from a car image.


first of all
------------

#### specifics:

- writen and owned by: Shahaf Frank-Shapir
- all the rights are saved for: Shahaf Frank-Shapir
- programming languages: python 3.9.12 (100%)

before we start
---------------

#### description:

- visit the docs to learn more about this project and how to develop with it.

#### dependencies:

- opening:
  For this is a complex program, which uses a lot of modules, there are required dependencies needed
  in order to run the program. keep in mined the program was writen in python 3.9, so any python version lower
  than 3.9 might not work properly.

- install app dependencies by writing the "-r" option to install the requirements
  writen in a file, and write the following line in the project directory:
````
pip install -r requirements.txt
````

run a test
-----------

#### run from windows command line (inside the project directory)
- run with python by writing to the command line in the project directory:
````
python test.py
````

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Shahaf-F-S/license-plate-recognition",
    "name": "license-plate-recognition",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Shahaf Frank-Shapir",
    "author_email": "shahaffrs@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c0/a1/85aca83b5d79110f6876052f09af9de1c0d9a9f872da317d1078b2803e4e/license-plate-recognition-1.3.1.tar.gz",
    "platform": null,
    "description": "# license-plate-recognition\r\n\r\n> A module powered by Machine-Learning algorithms designed to find_image_plates_locations, recognize and read license plates from car pictures.\r\n> The module is flexible and equipped with objects and functions to make the process_thresh of LPR easy and fast.\r\n> The program creates an artificial k nearest neighbour model that detects and reads licensee plate from a car image.\r\n\r\n\r\nfirst of all\r\n------------\r\n\r\n#### specifics:\r\n\r\n- writen and owned by: Shahaf Frank-Shapir\r\n- all the rights are saved for: Shahaf Frank-Shapir\r\n- programming languages: python 3.9.12 (100%)\r\n\r\nbefore we start\r\n---------------\r\n\r\n#### description:\r\n\r\n- visit the docs to learn more about this project and how to develop with it.\r\n\r\n#### dependencies:\r\n\r\n- opening:\r\n  For this is a complex program, which uses a lot of modules, there are required dependencies needed\r\n  in order to run the program. keep in mined the program was writen in python 3.9, so any python version lower\r\n  than 3.9 might not work properly.\r\n\r\n- install app dependencies by writing the \"-r\" option to install the requirements\r\n  writen in a file, and write the following line in the project directory:\r\n````\r\npip install -r requirements.txt\r\n````\r\n\r\nrun a test\r\n-----------\r\n\r\n#### run from windows command line (inside the project directory)\r\n- run with python by writing to the command line in the project directory:\r\n````\r\npython test.py\r\n````\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A module powered by Machine-Learning algorithms designed to detect, recognize and read license plates from car pictures. The module is flexible and equipped with objects and functions to make the process_thresh of LPR easy and fast. The program creates an artificial k nearest neighbour model that detects and reads licensee plate from a car image.",
    "version": "1.3.1",
    "project_urls": {
        "Homepage": "https://github.com/Shahaf-F-S/license-plate-recognition"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0a185aca83b5d79110f6876052f09af9de1c0d9a9f872da317d1078b2803e4e",
                "md5": "656c28f112e5b507019b8e912995e971",
                "sha256": "7709aae575a0e3c8533b9c76ebd9979e9a664e2e8a1030743d96443dc9fac5dc"
            },
            "downloads": -1,
            "filename": "license-plate-recognition-1.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "656c28f112e5b507019b8e912995e971",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 28920375,
            "upload_time": "2023-09-09T08:09:00",
            "upload_time_iso_8601": "2023-09-09T08:09:00.044887Z",
            "url": "https://files.pythonhosted.org/packages/c0/a1/85aca83b5d79110f6876052f09af9de1c0d9a9f872da317d1078b2803e4e/license-plate-recognition-1.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-09 08:09:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Shahaf-F-S",
    "github_project": "license-plate-recognition",
    "github_not_found": true,
    "lcname": "license-plate-recognition"
}
        
Elapsed time: 0.13853s