How To pip install face recognition Library In Jupyter Notebook | pip install dlib | pip install ***

preview_player
Показать описание
pip install face-recofniton

As it will always install the latest stable release, this is the preferred method for installing Face Recognition.
But these commands end up in error. face_recognition also needs dlib library and to install dlib command is as below.

pip install dlib

This ends up in error as well.
Hence we need valid versions of dlib to work with specific versions of python.

Download the dlib whl package and install it in an easy way.

dlib whl package Download Link:

Face Detection in Python OpenCV
Рекомендации по теме
Комментарии
Автор

thank you so much. i been looking for how to install dlib. i did not find proper video. but i found this video and it works!

trinishmario
Автор

Amazing tutorial! Worked perfectly! thanks!

kavyan
Автор

lifesaver! can not express enough thanks

abdulrahmansabri
Автор

Everything works Sir. Respect from Poland!

thirdman
Автор

Thanks sir my problem has benn solved you are a great person thanks for making these video's.

PVS
Автор

Thanks, straight forward... Worked without stress

FabiaBenson
Автор

bro thank u very much u're my hero

usmanov-frgg
Автор

Thank you so much Sir.. After so many struggles I got a Solution through your video..

fatherslove
Автор

thank you for wonderfull information sir🙏✍

seshamnaresh
Автор

Thanks bro
Your information is really helpful

kumarkant
Автор

Good Going brother very Helpful, Keep going brother.
Appreciate you efforts

Research_Work
Автор

Sir from where you got those packages??

xdibplx
Автор

Hey, quick question: when I entered %%cmd, it says "UsageError: Cell magic `%%cmd` not found.". Could you let me know how to fix this?

vivianzou
Автор

Sir I need dlib library i send the request but don’t get my python version 3.11.4

strikegaming
Автор

Error: subprocess-exited-with-error

What to do know ?

RishiDutta
Автор

8:40

ERROR: is not a supported wheel on this platform.

bamastories
Автор

it showing error
is not a supported wheel on this platform.
lije this

abhisheknagare