Detect objects in images instantly using a simple AI-powered web app.
- Automatically finds and labels objects in images
- Highlights detected objects with boxes and names
- Shows count of each object as a chart
- Works for common things: people, cars, pets, and more
- Easy Upload - Supports JPG and PNG images
- Fast Results - Detects in seconds thanks to YOLOv8
- Clean UI - Custom background, two-column layout
- Bar Chart - Displays how many of each object found
- Demo Option - Try with sample image included
- Upload your image or use the demo provided
- The AI model scans and marks every object found
- Detected objects are listed and counted in a chart
- See the processed image and the chart side by side
- Python - Programming language
- Streamlit - Simple UI & fast deployment
- YOLOv8 - State-of-the-art object detection
- OpenCV - Image reading and processing
- Pandas - Data table and chart
Object-Detection-Recognition-System/
├── app.py # Main web application
├── requirements.txt # Python dependencies
├── background_image.jpg # App background image
├── object detection.ipynb # Development notebook
├── test_image1.jpg # Demo/sample image
└── test_video2.mp4 # (For video extension, not used in this app)
- Install dependencies
pip install -r requirements.txt- Run the application
streamlit run app.py- Using deep learning models for computer vision
- Building interactive web apps with Streamlit
- Handling and processing images in Python
- Plotting simple charts from detection results
- Accurate object detection for 80+ common items (COCO dataset)
- Real-time feedback: processed image + chart
- No code or ML knowledge required—just upload and go!
- Add support for video detection (see test_video2.mp4)
- Detect custom objects with retrained models
- Display detection confidence scores
- Expand to real-time webcam detection
Showcasing computer vision skills through real-world object detection. Perfect for identifying everyday objects in images with AI-powered YOLOv8!
⭐ If you liked this project, please star the repository!
