Skip to content

Instantly share code, notes, and snippets.

@AmrutaKoshe
Created July 4, 2021 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AmrutaKoshe/116fab4c7b14f2dd205ffc6a352ffc67 to your computer and use it in GitHub Desktop.
Save AmrutaKoshe/116fab4c7b14f2dd205ffc6a352ffc67 to your computer and use it in GitHub Desktop.
import statements
import numpy as np
import tensorflow as tf
from tensorflow import keras
from tensorflow.keras import layers
import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
import wget
import os
from tensorflow.keras.utils import to_categorical
from tensorflow.keras.preprocessing.image import load_img, img_to_array
from tensorflow.python.keras.preprocessing.image import ImageDataGenerator
from sklearn.metrics import classification_report, log_loss, accuracy_score
from sklearn.model_selection import train_test_split
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment