How to create a COVID-19 Tracker Android App
Pre-requisites: Android App Development Fundamentals for Beginners Guide to Install and Set up Android Studio Android | How to Create/Start a New Project in Android… Read More »
Pre-requisites: Android App Development Fundamentals for Beginners Guide to Install and Set up Android Studio Android | How to Create/Start a New Project in Android… Read More »
QRCode is abbreviated as Quic Response Code and we are quite familiar with QRCodes now a days. It is used for authenticated and quick online… Read More »
Prerequisites : Introduction to tkinter Python offers multiple options for developing GUI (Graphical User Interface). Out of all the GUI methods, tkinter is the most… Read More »
What is the need of Lombok? Java is a very popular language but it has few drawbacks. One of the most popular drawback is that… Read More »
The challenge is to recognize fraudulent credit card transactions so that the customers of credit card companies are not charged for items that they did… Read More »
Instagram is a photo and video-sharing social networking service owned by Facebook, Python provides powerful tools for web scraping of Instagram. Modules required and Installation:… Read More »
What would you see in your Chrome browser when there is no internet connection ? Yes, everybody knows that dinosaur game that comes on screen.… Read More »
In this article we will learn how can we like all the pictures of a profile on Instagram without scrolling and manually clicking the buttons.… Read More »
Swing is a part of the JFC (Java Foundation Classes). Building Graphical User Interface in Java requires the use of Swings. Swing Framework contains a… Read More »
Probem Statement : Make a Grocery List for super market shopping with name, price and quantity; if the list already contains an item then only… Read More »
Prerequisite: Switch Case in C/C++ Problem Statement: Write a program to build a simple Bank Management System using C++ which can perform following operations: Open… Read More »
This article aims to learn how to build an object detector using Tensorflow’s object detection API. Requirement : Python Programming Basics of Machine Learning Basics… Read More »
Django is a high-level framework which is written in Python which allows us to create server-side web applications. In this article, we will see how… Read More »
Acquiring Training Data Downloading Dataset Download the dataset from this link. Extract the zip file. There will be different folders containing images for different maths… Read More »
Speech recognition is the process of converting audio into text. This is commonly used in voice assistants like Alexa, Siri, etc. Python provides an API… Read More »