Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created December 24, 2020 15:24
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 amankharwal/9d24920b38bc04404874101715aed0d2 to your computer and use it in GitHub Desktop.
Save amankharwal/9d24920b38bc04404874101715aed0d2 to your computer and use it in GitHub Desktop.
import pandas as pd
import urllib
import matplotlib.pyplot as plt
import numpy as np
import cv2
import glob
import os
import time
from PIL import Image
from keras.applications.vgg16 import VGG16
from keras.layers import Flatten, Dense, Conv2D, MaxPooling2D, Input, Dropout
from keras.models import Model, Sequential
from keras.preprocessing.image import ImageDataGenerator
from keras.optimizers import Adam
df = pd.read_json("Indian_Number_plates.json", lines=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment