geckler4 Computer Vision Dataset

byGecklerTask:
Object Detection
License:CC BY 4.05 views

About geckler4 Dataset

Here are a few use cases for this project:

  1. Medical Diagnostics: Use geckler4 to assist healthcare professionals in analyzing blood samples for the presence of White Blood Cells (WBC) and Erythrocyte Hemoglobin Concentration (EHC). By identifying these components, doctors can quickly diagnose infections, anemia, and other blood-related disorders.

  2. Research and Development: Geckler4 can be employed in biological and medical research centers to analyze blood samples for understanding and studying cellular behavior, cell-related diseases, and potential treatments.

  3. Automated Blood Analysis Systems: Integrate geckler4 into laboratory equipment for automated blood analysis, saving time for lab technicians by identifying the 4 classes (including WBC and EHC) more efficiently, while reducing human error during blood tests.

  4. Educational Purposes: Geckler4 can be used in educational institutes to train medical and biology students, aiding them in learning how to identify and differentiate between various blood components through visual representations.

  5. Remote Medical Consultation: Apply geckler4 in telemedicine platforms to allow healthcare providers to analyze patient blood samples without being physically present, assisting in remote diagnosis of various blood-related conditions.

Use Free EHC and WBC 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": "EHC, WBC"
  },
  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{ geckler4-d7mqt_dataset,
  title = { geckler4 Dataset },
  type = { Open Source Dataset },
  author = { Geckler },
  howpublished = { \url{ https://universe.roboflow.com/geckler/geckler4-d7mqt } },
  url = { https://universe.roboflow.com/geckler/geckler4-d7mqt },
  journal = { Roboflow Universe },
  publisher = { Roboflow },
  year = { 2022 },
  month = { oct },
  note = { visited on 2026-07-29 },
}

Similar Projects

See More