Source of D&B
This project mainly identifies three items: Rubik's cube, key, and book through model training. My main responsibility is: to train the model and create a GUI, and connect the GUI to the camera of the project car to achieve real-time identification of items
The files in the GUI folder are Python files that implement the GUI, Capable of recognizing images, videos, and cameras. We use streamlit to implement GUI, after install the package in requirements, you can use "streamlit run app.py" to start GUi.
bests folder stores the trained model.
yolov8 folder stores files of the code to train and test model, and Real_time.py to implement real_time detecting through cameras.