newYOLO3 Computer Vision Model

byMaskimTask:
Object Detection
License:CC BY 4.0180 views7 downloads

About newYOLO3 Model

Here are a few use cases for this project:

  1. License Plate Recognition: newYOLO3 can be used to automatically identify and read license plates on vehicles for traffic management systems, parking access control, and toll collection.

  2. Optical Character Recognition (OCR): The model can be integrated into OCR systems for converting written or printed text from scanned documents or images into machine-readable text.

  3. Automated Data Entry: newYOLO3 can be used to develop smart data entry systems that can extract alphanumeric characters from forms, invoices, and receipts, streamlining the process and reducing manual input errors.

  4. Reading Aid for Visually Impaired: The model can be integrated into assistive technology to convert written text into an accessible format, such as text-to-speech, helping visually impaired individuals have easier access to textual information.

  5. Educational Applications: newYOLO3 can be utilized in educational software and tools for teaching letter recognition, assessing language proficiency, and creating custom exercises to improve reading and writing skills in learners.

Use Free =, 0 and 1 Detection API

Powered by general detection model

Code
pip install inference-sdk
# 1. Import the library
from inference_sdk import InferenceHTTPClient

# 2. Connect to your workspace
client = InferenceHTTPClient(
  api_url="https://serverless.roboflow.com",
  api_key="API_KEY"
)

# 3. Run your workflow on an image
result = client.run_workflow(
  workspace_name="<YOUR_WORKSPACE>",
  workflow_id="<YOUR_WORKFLOW_ID>",
  images={
    "image": "YOUR_IMAGE.jpg"  # Path to your image file
  },
  parameters={
    "classes": "=, 0, 1, 2, 3"
  },
  use_cache=True  # cache workflow definition for 15 minutes
)

# 4. Get your results
print(result)

Run on custom image

Drop an image here or click to upload

Detecting classes:
Or try a test image 

Cite This Project

LicenseCC BY 4.0

If you use this dataset in a research paper, please cite it using the following BibTeX:

@misc{ newyolo3_dataset,
  title = { newYOLO3 Dataset },
  type = { Open Source Dataset },
  author = { Maskim },
  howpublished = { \url{ https://universe.roboflow.com/maskim/newyolo3 } },
  url = { https://universe.roboflow.com/maskim/newyolo3 },
  journal = { Roboflow Universe },
  publisher = { Roboflow },
  year = { 2022 },
  month = { jun },
  note = { visited on 2026-07-29 },
}

Similar Projects

See More