arsfutura / face-recognition

A framework for creating and using a Face Recognition system.
BSD 3-Clause "New" or "Revised" License
146 stars 49 forks source link

Google Co lab importing face_recognition #14

Closed bilalimran1412 closed 4 years ago

bilalimran1412 commented 4 years ago

image I am trying to run this project on co-lab so I made a dictionary of arguments. run the requirements.txt file image

I did this too as it wasn't recognizing face_recogition image

ldulcic commented 4 years ago

Hi @bilalimran1412! face-recognition is not published on PyPi, there is a plan to do that at some point but it requires some refactoring...I'm a little bit busy at the moment, but I'll look into running project in google colab sometimes next week and get back to you :)

ldulcic commented 4 years ago

Hi @bilalimran1412! Is it required that you run this project in google colab? This is more a standalone framework which can be used for generating custom face recognition system based on your data. If you need to use it another project, the easiest way is to generate Docker image with your face recognition system API and accessing it through http. You can read the details in the README.