Skip to content

Instantly share code, notes, and snippets.

@Kakarot-2000
Created May 3, 2021 08:00
Show Gist options
  • Save Kakarot-2000/bb5398c77b3446368ff761894b3f75a8 to your computer and use it in GitHub Desktop.
Save Kakarot-2000/bb5398c77b3446368ff761894b3f75a8 to your computer and use it in GitHub Desktop.
from flask import Flask, render_template, Response
import cv2
import numpy as np
from tensorflow.keras.models import model_from_json
from tensorflow.keras.preprocessing import image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment