Skip to content

simul49/PEdu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

PEdu: Python Object Recognition Project ๐Ÿ“ธ๐Ÿค–

PEdu is an interactive web application built with Django and YOLO11 (You Only Look Once) to provide real-time object detection and recognition via a live webcam stream.


๐Ÿš€ Key Features

  • Real-Time Detection: Uses the latest YOLO11n architecture for high-speed inference.
  • Web-Based Interface: A clean Django frontend to view the camera feed from any browser.
  • Visual Feedback: Automatically draws bounding boxes and labels around detected objects.
  • Educational Tool: Designed to help users learn about computer vision and AI integration.

๐Ÿ› ๏ธ Tech Stack

  • Backend: Python 3.13, Django 5.x
  • AI/ML: Ultralytics YOLO11
  • Computer Vision: OpenCV (cv2)
  • Frontend: HTML5, CSS3

๐Ÿ“ฆ How to Run Locally

1. Clone the Repository

git clone [https://github.com/simul49/PEdu.git](https://github.com/simul49/PEdu.git)
cd PEdu