Skip to content

Commit

Permalink
Updated version of facial recognition
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimanyuthakre committed Jul 10, 2018
1 parent a5d3d2f commit f82734f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows/benji.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
import pyttsx3
import getpass
from pytube import YouTube
import face_recognition
import cv2
import matplotlib.pyplot as plt
import numpy as np
import httplib2
Expand All @@ -41,6 +39,8 @@
from oauth2client import tools
from oauth2client.file import Storage
import datetime
import face_recognition
import cv2

requests.packages.urllib3.disable_warnings()
try:
Expand Down

0 comments on commit f82734f

Please sign in to comment.