RSRithik Sharmainsourcenet.hashnode.dev·Aug 20, 2021 · 2 min readSimple Flutter ApplicationFlutter: Flutter is a Google-created free and open-source mobile UI framework that was introduced in May 2017. In a nutshell, it enables you to develop a native mobile app using only one codebase. This implies you can design two different apps using ...00
RSRithik Sharmainsourcenet.hashnode.dev·Jul 18, 2021 · 3 min readK-mean clustering Algorithm and it's Use in the security domainK-mean Clustering: k-means is a prototype based, partitional clustering technique that attempts to find a user specified number of clusters which are represented by their centroids. Clustering algorithms group items together based on some metric of s...00
RSRithik Sharmainsourcenet.hashnode.dev·Jul 1, 2021 · 5 min readGetting Car Owner Information Through Number Plate Detection Using CNNToday we are going to Create a model that will detect a car in a live stream or video and recognize characters on number plate of the car. Also, it will use the characters and fetch the owners information using RTO API’s. and we will Create a Web po...00
RSRithik Sharmainsourcenet.hashnode.dev·Jun 28, 2021 · 3 min readKubernetes GUI using Python CGIKubernetes, or K8s, is a container orchestration system. In other words, when you use Kubernetes, a container based application can be deployed, scaled, and managed automatically. The objective of Kubernetes is to abstract away the complexity of mana...00
RSRithik Sharmainsourcenet.hashnode.dev·Jun 23, 2021 · 1 min readDocker GUI using JavaScriptToday we are going to develop Docker GUI (Web Application) made with HTML, CSS and JavaScript through which we can run following docker commands: docker images : shows downloaded docker images docker pull: Download Container Image docker ps : Shows ...00