How to Install Face Recognition in Pycharm | On Windows / Mac OS | Install With DLIB & CMAKE [2024]

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
in this video I'll show you how to install face recognition library in a python project in pyam ID and do hit the like button if you find this video useful now first of all we will open that python project in py charm for which we want to install face recognition like for me I wanted to install this in the hello world project so I have opened this in the py charm now before starting the installation let me show you the python version which is currently installed in my system and for that I will open up the terminal by clicking on this View and then tool window and finally click on this terminal now in this terminal I will run command Python 3 space hyphen hyphen version so as you can see I have this python version which is python 3.12 which is the latest version so the installation steps which I'm going to cover would work even for the latest python version now I will close the terminal from here now to install face recognition we will click on this file here then go to new project setup and here we will click on this settings for new projects now in this popup window we will click on this python interpreter and here you will see this drop down of python interpreter and from this drop down we will select the correct python interpreter for which we want to install face recognition so for me the correct python interpreter is this one which is present inside this hello world project so I will select this particular interpreter here and please be cautious while selecting The Interpreter here because if you select the incorrect interpreter then you won't be able to use this face recognition properly in your python projects and it will give you errors whenever you will try to import this particular module in your projects so always select The Interpreter which is corresponding to the python project for which you are installing the library now as soon as we select the interpreter from this dropdown it will list down all the packages here that are already installed for the selected interpreter now before installing the face recognition we will install cake and Del first because these are the prerequisite for face recognition otherwise the installation of face recognition will fail so to install cake we will click on this plus icon here which will open up a new popup window of available packages now in the search box we will search for C here it is so we will select this and and click on this install package here so this will install this particular version of CAC which is this 3296 and once this is installed we will see this particular message here package CAC installed successfully so it means the CAC is installed now now we will install DB so for that we will search for DB in the same search box this is the one so we will select this and now I have observed that if we install the latest version of of deliv which is this one 19244 then the installation will get failed so what we will do rather we will install the second latest version so first we will enable this checkbox to specify the version and now from this drop down we will select the second latest version which is this 19242 and finally we will click on this install package this might take some time for you if you are installing this first time and once this is installed we will see this particular message package Del installed successfully so it means the Del library is also installed now now we are all set to finally install the face recognition library in our py charm ID so to install face recognition we will search for face recognition in this search box this is the one so we will select this and again we will click on this install package so this will install this 1.3.0 version of face recognition and once this is installed again we will see the successful message package face recognition installed successfully I hope you would have also installed this successfully so do not forget to hit the like button if you find this video useful now we can close this window from here now here we will see this DB cake and face recognition libraries which were not present earlier now we will click on this okay which will close that window as well now it's time to verify the inst installation whether the face recognition library is installed properly or not and for that we will write couple of lines of python code here so first we will create an empty python file and for that we will click on this file then new and here we will select this python file and now we will give the name of the file so let's say it is hello. py so I will write hello and double click on this python file so this will create this hello.py file for us now in this file first we will import the face recognition module so we will write import then phase recognition now we will also print the version of this face recognition module so we will say print and face recognition doore uncore version uncore uncore and now to run this program we will right click and say run hello so here we did not get any error so it means the import was successful also in the output we got the version of face recognition so now the face recognition library is installed properly and we can use this in any python code now let me know in comments if this video was helpful to you [Music]
Info
Channel: Skilled Engg
Views: 73
Rating: undefined out of 5
Keywords: how to install face recognition in pycharm, how to install face_recognition in pycharm, install face recognition in pycharm, download face recognition in pycharm, install face recognition library in pycharm, how to install face_recognition module in pycharm, how to install face recognition library in pycharm, install face recognition in pycharm in mac, install face recognition in pycharm in windows, face recognition installation error dlib, install face recognition without error
Id: P0uNr_3fEmY
Channel Id: undefined
Length: 5min 53sec (353 seconds)
Published: Tue Jun 25 2024
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.