Listly by prachi-verma8234
Create Image Cartoon using Python and OpenCV. In this image cartoon project, we used image thresholding, edge finding, color quantization techniques
Sentiment analysis project in python. Develop machine learning model with LSTM, Pandas and TensorFlow to classify customers' sentiment as positive or negative
Face Recognition in python. Create a machine learning project to detect and recognition face using opencv, numpy and dlib.
Create OpenCV project to detect objects of similar color in an image color detection and segmentation techniques
A class is a user-defined data type that contains its data members and member functions. Learn more about classes and objects in C++.
Create mp3 music player in Java. This desktop java project is developed with Jlayer (for music), AWT and Swing (for gui)
If you are a beginner and just started learning Django, this is the first Django Project explained in steps by steps manner for easy learning.
Django uses directory structure to arrange the different parts of web application. Learn about the Django project structure & file structure.
Django MVT - The MVT is a software design pattern. It is a collection of three important components Model View and Template. Learn more.
In this article, we will see the Working, Applications, Time complexity and Implementation of insertion sort with Pseudocode & algorithm.
This is an introductory article on algorithms in data structure. In this article, we are going to get a brief overview of algorithms, the role of algorithms in computing and the overview of majorly used algorithms in computer science.
So, let us begin by defining the term ‘Algorithm’.
Asymptotic analysis is a general method to compare or to find the efficiency of any algorithm. Learn about different asymptotic notations.
Learn Selection sort which is a simple sorting method. Here the control searches for the smallest element and puts it in the first index.
Macros is one of the programming codes that runs in an excel environment and it is widely helpful when the tasks are repetitive.
ISNA function is also known as information function. It is a built-in excel function, which returns true when #N/A error in the cell is shown.
Man-in-the-middle attack works by interrupting the communication process. It is a process by which MITM attacks work in cyberspace. Learn more
Cybersecurity policies are a set of rules of how companies should practice responsible security i.e. responsibilities inside the company.
Study the different properties of Operating System because of which the system is able to perform all the functionalities that it does.
Learn about the various VBA String Functions. This covers VBA String Operators that are used for manipulating the Strings in Excel.
Learn about Doubly Linked List (contains two pointers), Basic operations, Time complexity, its Memory Representation, advantages, limitations
Create Driver drowsiness detection system with Python, OpenCV, Dlib. With Eyeblink measurement check driver's eye and mouth and notify drowsiness
Learn what is module in Python, types of Python Modules - Built-in &User defined, Examples of various Modules in Python, packages in Python.
Learn about the Operating System Services like Program execution, Input and output Operations, File System Manipulation, Communication, etc.
Learn about Linked List ( commonly used linear data structure that consists of group of nodes in a sequence) & its basic operations.
VBA Arithmetic Operators perform operations such as adding, subtracting, multiplying and dividing numbers. Learn more about these operators.