Skip to content

Instantly share code, notes, and snippets.

@tanmayymishra
Created September 21, 2021 19:30
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 tanmayymishra/6729a9d267df55828dcd861913127690 to your computer and use it in GitHub Desktop.
Save tanmayymishra/6729a9d267df55828dcd861913127690 to your computer and use it in GitHub Desktop.
tyre
import numpy as np
import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
from sklearn.preprocessing import StandardScaler
from sklearn.model_selection import train_test_split
import tensorflow as tf
import cv2 as cv
from sklearn import preprocessing
from tensorflow import keras
from tensorflow.keras.layers import Conv2D, MaxPooling2D, Flatten, Dropout, Dense
from tensorflow.keras import layers
from tensorflow.keras.models import Sequential
from tensorflow.keras.preprocessing.image import load_img, img_to_array
from tensorflow.keras.layers import Dense, Dropout, Activation
from tensorflow.keras.callbacks import ModelCheckpoint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment