Tag: YOLOV8

ANPR with YOLOV8

YOLO V8 is the latest model developed by the Ultralytics team. It’s a state-of-the-art YOLO model that transcends its predecessors in terms of both accuracy and efficiency. https://github.com/ultralytics/ultralytics It’s easy to use and accessible from the command line or via t...

Making the YOLOv8 project more user-friendly with Streamlit .

Hello everyone! Today, I’ll explain how to make your YOLOv8 project more user-friendly by using the Streamlit library. With the Streamlit dashboard integrated with YOLOv8, you’ll be able to run object detection using external weight files and videos. Additionally, you’ll have the f...