Skip to content

jparedesDS/AI-YOLO

Repository files navigation

AI-YOLO

All my YOLO-based models for various applications

Table of Contents


Overview

This repository showcases my YOLO models, customized for diverse applications, including industrial, gaming, and general object detection tasks. From metallurgical inspections to in-game object detection, these models leverage cutting-edge deep learning to achieve high precision.


Metallurgical Applications

Fluorescent Penetrant Inspection

Welding Defects Detection


Counter-Strike 2 Object Detection

YOLO models tailored for detecting objects and events in Counter-Strike 2.


Valorant Object Detection

Models designed to detect in-game objects in Valorant.


Deadlock Object Detection

Custom YOLO models for detecting objects in Deadlock.


Overwatch 2 Object Detection

Advanced object detection for Overwatch 2.


Fortnite Object Detection

Advanced object detection for Fortnite.


How to Use the Models

Easily integrate the models into your projects using the ultralytics library.

from ultralytics import YOLO  

# Load a pretrained YOLO model  
model = YOLO(r'your_model.pt')  

# Run inference on an image  
model.predict(  
    'image.png',  
    save=True,  
    device=0  
)  

All Models

You can find all my models on Hugging Face: https://huggingface.co/jparedesDS

Contributing

If you'd like to contribute, feel free to open an issue or submit a pull request.

License

This repository is licensed under the MIT License. See the LICENSE file for details.