Skip to content

A user-friendly interface built with Streamlit that performs real-time computer vision tasks including object detection, segmentation, video tracking, and pose estimation. The application supports both image and video inputs, providing an accessible way to leverage YOLO v8's powerful deep learning models without any coding knowledge.

License

Notifications You must be signed in to change notification settings

Amir-Hofo/Yolo_v8_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yolo v8 App

A Streamlit-based web application for running various computer vision tasks using YOLO v8 models.


Run program with this command:

streamlit run main.py

Screen Shot 1404-01-17 at 10 11 57 AM

Screen Shot 1404-01-17 at 10 11 39 AM

Screen Shot 1404-01-17 at 10 07 52 AM


Features

  • Multiple Task Support:

    • Object Detection
    • Segmentation
    • Video Tracking
    • Body Position Detection
  • Input Types:

    • Images (jpg, jpeg, png)
    • Videos (mp4, mkv)

Installation

  1. Clone the repository:
git clone https://github.com/Amir-Hofo/Yolo_v8_app.git
cd Yolo_v8_app
  1. Install dependencies:
pip install -r requirements.txt

Usage

  1. Run the Streamlit app:
streamlit run main.py
  1. A browser window will automatically open, displaying the application page.

  2. Select your input type (image/video)

  3. Choose the desired task

  4. Upload your file

  5. Wait for processing

  6. Download the results

Models

The application uses YOLOv8 models for different tasks:

  • yolov8n.pt - Object Detection, Video Tracking
  • yolov8n-seg.pt - Segmentation
  • yolov8n-pose.pt - Body Position Detection

About

A user-friendly interface built with Streamlit that performs real-time computer vision tasks including object detection, segmentation, video tracking, and pose estimation. The application supports both image and video inputs, providing an accessible way to leverage YOLO v8's powerful deep learning models without any coding knowledge.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published