Posts

AI Real time face Detection using WebCam (PYTHON)

Image
For Real Time Face Detection we are going to use   opencv   library:- Let's get started- To Installing the library simply open the terminal window and type  -                                                                                                                                                                                                                                      "pip install openc...

XML parsing using python

Image
In order to parse a  XML website we are going to use beautiful soup library. follow the steps written below -  Go to terminal window and enter - "pip install beautifulsoup4".                                                                                                                                                                                                                                        ...