Skip to main content

Railway Obstacle Detection Model for SmartRailShield using YOLOv8

Project description

SmartRail Obstacle Detector

A professional-grade railway obstacle detection system powered by YOLOv8. Part of the SmartRailShield safety suite.

Features

  • Real-time obstacle detection using calibrated YOLOv8 models.
  • Automatic GPS-based location approximation for detected objects.
  • Easy integration with Flask, Streamlit, or other Python backends.
  • Pre-trained on railway-specific obstacles (trains, people, animals, vehicles on tracks).

Installation

pip install smartrail-obstacle-detector

Quick Start

from railway_obstacle_detector import ObstacleDetector

# Initialize detector
detector = ObstacleDetector()

# Detect obstacles
obstacles, _ = detector.get_obstacles(current_location={"lat": 13.0827, "lon": 80.2707})

for obs in obstacles:
    print(f"Detected {obs['class']} at {obs['lat']}, {obs['lon']}")

# Cleanup
detector.release()

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

smartrail_obstacle_detector-0.1.0-py3-none-any.whl (5.7 MB view details)

Uploaded Python 3

File details

Details for the file smartrail_obstacle_detector-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for smartrail_obstacle_detector-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a6ae37e72cc9aa6b7be30a79d44b7e631c3a5d5d65d351c4d56e08fe89be74e7
MD5 a0940ebc87be559610a092aac7f226fe
BLAKE2b-256 3ec5b075c63e6a87ad248f87b2b538f17d43942b7990a4e0140bbf6dfb817e48

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page