audio_classification/codelab1/android/final/app/src/main/java/com/example/mysoundclassification/MainActivity.kt (10 lines): - line 30: // TODO 2.1: defines the model to be used - line 33: // TODO 2.2: defining the minimum threshold - line 48: // TODO 2.3: Loading the model from the assets folder - line 51: // TODO 3.1: Creating an audio recorder - line 54: // TODO 3.2: showing the audio recorder specification - line 60: // TODO 3.3: Creating - line 66: // TODO 4.1: Classifing audio data - line 70: // TODO 4.2: Filtering out classifications with low probability - line 75: // TODO 4.3: Creating a multiline string with the filtered results - line 80: // TODO 4.4: Updating the UI audio_classification/codelab1/android/starter/app/src/main/java/com/example/mysoundclassification/MainActivity.kt (10 lines): - line 29: // TODO 2.1: defines the model to be used - line 32: // TODO 2.2: defining the minimum threshold - line 47: // TODO 2.3: Loading the model from the assets folder - line 50: // TODO 3.1: Creating an audio recorder - line 53: // TODO 3.2: showing the audio recorder specification - line 59: // TODO 3.3: Creating - line 65: // TODO 4.1: Classifing audio data - line 69: // TODO 4.2: Filtering out classifications with low probability - line 74: // TODO 4.3: Creating a multiline string with the filtered results - line 79: // TODO 4.4: Updating the UI audio_classification/codelab2/android/starter/app/src/main/java/com/example/mysoundclassification/MainActivity.kt (3 lines): - line 30: // TODO 1: define your model name - line 64: // TODO 2: Check if it's a bird sound. - line 69: // TODO 3: given there's a bird sound, which one is it? audio_classification/codelab2/android/final/app/src/main/java/com/example/mysoundclassification/MainActivity.kt (3 lines): - line 30: // TODO 1: define your model name - line 64: // TODO 2: Check if it's a bird sound. - line 69: // TODO 3: given there's a bird sound, which one is it? object-detection/codelab2/android/starter/app/src/main/java/org/tensorflow/codelabs/objectdetection/MainActivity.kt (1 line): - line 116: //TODO: Add object detection code here