def create_presentation(self, root):
        self.disp = Display(self.frame_record)
        self.disp.pack()

        print "==================INSTRUCTIONS==================="
        print "1. Load Convolution2D Neural Network weights model..."
        print "2. Hit *Record* button and wait 1 sec after Beep signal, then start whistling..."
        print "3. Hit *Recognize* button and check the results..."
        print "================================================\n"