Posts by BUDDA BHANU REKHA

Author Biographical Info: Not available

Types of message box in Tkinter Python with examples

By BUDDA BHANU REKHA

In this article, we will learn about the types of message box in tkinter Python with examples. In tkinter, we will have the ‘message box’ module which provides several .... Read More

Selective Search for Object Recognition using R-CNN

By BUDDA BHANU REKHA

In this article  we will learn how to use R-CNN for Selective Search for Object Recognition. Selective Search is an algorithm wused in conjunction with Region-based Convolutional .... Read More

How to find the Rotation Count in Rotated Sorted array in Python

By BUDDA BHANU REKHA

In this article we shall discuss how to find the rotation count in a rotated sorted array in Python, you can use a binary search. The rotation count represents the index of the min.... Read More