box-object-detection


Namebox-object-detection JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/Raizo22
SummaryA YOLOv8-based object detection tool using FastAPI.
upload_time2024-11-19 08:00:05
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.8
licenseRaizo22
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Box Object Detection

A YOLOv8-based object detection tool using FastAPI.

## Features
- Upload images and detect objects using YOLOv8.
- Interactive sliders for confidence and IoU thresholds.
- Beautiful and responsive user interface.

## Installation
Install the package using pip:
```bash
pip install box-object-detection

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Raizo22",
    "name": "box-object-detection",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "kelessamsung22@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/57/dc/4d785449e8aa03b7eb37ece3026ed6be228fa852f649ab27320ccb0c4b46/box_object_detection-0.1.0.tar.gz",
    "platform": null,
    "description": "# Box Object Detection\r\n\r\nA YOLOv8-based object detection tool using FastAPI.\r\n\r\n## Features\r\n- Upload images and detect objects using YOLOv8.\r\n- Interactive sliders for confidence and IoU thresholds.\r\n- Beautiful and responsive user interface.\r\n\r\n## Installation\r\nInstall the package using pip:\r\n```bash\r\npip install box-object-detection\r\n",
    "bugtrack_url": null,
    "license": "Raizo22",
    "summary": "A YOLOv8-based object detection tool using FastAPI.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/Raizo22"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "089f087a38217adf475cda6f8d9e96632c9d2f913b956bf04e67437746470581",
                "md5": "b800bee6255ce26bc5457fba751b411e",
                "sha256": "4fb69b7d9641011ec16c18589b6699bf26e266c40841ae02e2886734ba909aa6"
            },
            "downloads": -1,
            "filename": "box_object_detection-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b800bee6255ce26bc5457fba751b411e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3807,
            "upload_time": "2024-11-19T08:00:03",
            "upload_time_iso_8601": "2024-11-19T08:00:03.228160Z",
            "url": "https://files.pythonhosted.org/packages/08/9f/087a38217adf475cda6f8d9e96632c9d2f913b956bf04e67437746470581/box_object_detection-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57dc4d785449e8aa03b7eb37ece3026ed6be228fa852f649ab27320ccb0c4b46",
                "md5": "2c5613114fff7e378dd44132f34b6860",
                "sha256": "ba94cc4927aad2a54cc97e55de26c89b443e827ff9574a104036323024855826"
            },
            "downloads": -1,
            "filename": "box_object_detection-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2c5613114fff7e378dd44132f34b6860",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3259,
            "upload_time": "2024-11-19T08:00:05",
            "upload_time_iso_8601": "2024-11-19T08:00:05.954336Z",
            "url": "https://files.pythonhosted.org/packages/57/dc/4d785449e8aa03b7eb37ece3026ed6be228fa852f649ab27320ccb0c4b46/box_object_detection-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-19 08:00:05",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "box-object-detection"
}
        
Elapsed time: 0.84765s