Image Recognition using VGG16(CNN) Model

In this project, I have integrated ML with Django web application. It will take an image as an input and will return detailed information about given image using VGG 16 model and wikipedia API Introduction Optical Search image is an application  that takes an image file as an input and  returns results related to the…

Brain Tumor Detection using Python and Sklearn

Hii Readers, In this post we are going to learn about brain tumor detection using sklearn and python. Requirements: python (https://www.python.org/downloads/) sklearn (pip install sklearn) openCV (pip install opencv-python) numpy (pip install numpy) matplotlib (pip install matplotlib) DOWNLOAD CODE : Download the code from github Download all above mentioned dependencies. Open downloaded folder inside jupyter…