Skip to content

Instantly share code, notes, and snippets.

View nikhilbaby's full-sized avatar
🏠
Working from home

Nikhil Baby nikhilbaby

🏠
Working from home
  • EY
  • Kochi
  • 08:45 (UTC -12:00)
View GitHub Profile
from flask import Flask, render_template, Response, copy_current_request_context
#from camera import VideoCamera
# from imagezmq import imagezmq
import cv2
from flask_socketio import SocketIO, emit
import requests
import threading
import time