` model = load_model("model", compile=False) class_names1 = open("labels.txt", "r").readlines()
GPIO.setmode(GPIO.BCM) GPIO.setwarnings(False)
camera = cv2.VideoCapture(2)`
This is my code and I need help on how to autostart this script after rebooting process