This project demonstrates object detection using a pre-trained YOLOv10 model. The project utilizes Streamlit for the web interface and OpenCV for image processing.
- Clone the repository:
git clone https://github.com/TungTSon/AIO_Wk4_ObjectDetection.git
cd AIO_Wk4_ObjectDetection
- Install required dependencies:
pip install -r requirements.txt
- Run the Streamlit application:
streamlit run app.py
- Upload an image and see the detection results:
Upload an image using the provided file uploader. Adjust the confidence threshold slider to filter detections by confidence level. View the processed image with detected objects highlighted.