Skip to content

Instantly share code, notes, and snippets.

@HSShashank
Created August 25, 2021 04:55
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 HSShashank/91971843b6aa2a88b37e896b7bb9a603 to your computer and use it in GitHub Desktop.
Save HSShashank/91971843b6aa2a88b37e896b7bb9a603 to your computer and use it in GitHub Desktop.
import os
import random
import cv2
import numpy as np
import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
from sklearn.model_selection import train_test_split
from tensorflow import keras
from tensorflow.keras import layers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment