Open in app

Sign In

Write

Sign In

Abhiroop Bas
Abhiroop Bas

Home

About

May 11, 2021

Write your Story: Using NLP

Natural Language Processing Natural Language Processing, usually shortened as NLP, is a branch of artificial intelligence that deals with the interaction between computers and humans using the natural language. The ultimate objective of NLP is to read, decipher, understand, and make sense of the human languages in a manner that is valuable. Read more. Word Prediction Model The word prediction model can be developed and stored as a file. This can be further called upon to use the model.

NLP

2 min read

Write your Story: Using NLP
Write your Story: Using NLP
NLP

2 min read


Apr 27, 2021

Blockchain for Security

Introduction to Blockchain

Blockchain

3 min read

Blockchain for Security
Blockchain for Security
Blockchain

3 min read


Mar 5, 2021

Microsoft Azure Kubernetes Service (AKS)

What is Kubernetes? Kubernetes (also known as k8s or “kube”) is an open source container orchestration platform that automates many of the manual processes involved in deploying, managing, and scaling containerized applications. In other words, you can cluster together groups of hosts running Linux® containers, and Kubernetes helps you easily and efficiently manage…

Azure

2 min read

Microsoft Azure Kubernetes Service (AKS)
Microsoft Azure Kubernetes Service (AKS)
Azure

2 min read


Mar 1, 2021

Neural Network- Handwriting Recognition Technology

What is Neural Network? Neural networks are the workhorses of deep learning. And while they may look like black boxes, deep down they are trying to accomplish the same thing as any other model — to make good predictions. …

Neural Networks

3 min read

Neural Network- Handwriting Recognition Technology
Neural Network- Handwriting Recognition Technology
Neural Networks

3 min read


Feb 12, 2021

Video Streaming using Django-Flask Communication over TCP

Objective Create 2 servers, one in django and another in flask (eg: django on 9000 port and flask on 8000 port) 2. User should be able to select a video file at flask server which is streamed to django server over websocket channels. 3. User should be able to open multiple…

Django

2 min read

Video Streaming using Django-Flask Communication over TCP
Video Streaming using Django-Flask Communication over TCP
Django

2 min read


Feb 7, 2021

Attendance Made Easy

The problem I realized one of the major problems in the online era was faced by the teachers. Online classes are just the tip of the iceberg. …

Opencv

1 min read

Attendance Made Easy
Attendance Made Easy
Opencv

1 min read


Feb 1, 2021

Git Workshop

When: 30th January- 31st January 2021 When: 8 hrs, online platform What: Basics and uses of git environment. CLI and GUI uses of git and opportunities of Git outside of the most famous GitHub Who: Vimal Daga Sir Know more: https://www.linkedin.com/company/linuxworld-informatics-pvt-ltd/

Git

1 min read

Git Workshop
Git Workshop
Git

1 min read


Jan 9, 2021

Chat Servers Using Multi-threading

Requirements Two Operating Systems to act as Client Server and Host Server. These severs be fed with a python code to communicate with each other. Using the concept of multi-threading, the python code runs simultaneously in both the systems. Code import socket import threading import os s = socket.socket(socket.AF_INET,socket.SOCK_DGRAM) ip = “13.126.199.236” port = 3000 s.bind( (ip,port) ) def t(): while True: msg=input() s.sendto(msg.encode(),(“13.126.199.236”,3000)) x=s.recvfrom(1024) data=x[0] print(“linux : “+data.decode())

Chat

1 min read

Chat Servers Using Multi-threading
Chat Servers Using Multi-threading
Chat

1 min read


Dec 29, 2020

Automation using Ansible

Workshop review The workshop held on 28.12.2020 was an amazing way of ending the year with an insight into the world of Automation by the people best at it. Eminent professionals from RedHat joined to impart valuable experience and knowledge to students. Mr. Sreejith Anujan, Principal Instructor at RedHat and Arun Eapen, Service Delivery, GLS at RedHat Asia Pacific. Participants were introduced to Ansible Tower, a wonderful tool to implement automation in form of CI/CD pipelines. AWS ec2 instances were used to setup a VPC network. Oracle Cloud was implemented using third party APIs using the principle of python. ChatOps was introduced using notification system implemented in slack, mail and messages as an outcome of the CI/CD pipelines.

Redhat Linux

1 min read

Automation using Ansible
Automation using Ansible
Redhat Linux

1 min read


Dec 25, 2020

Kubernetes: the story of innovation

What is Kubernetes? Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications. Kubernetes progressively rolls out changes to your application or its configuration, while monitoring application health to ensure it doesn’t kill all your instances at the same time. If something goes wrong, Kubernetes…

Kubernetes Cluster

2 min read

Kubernetes: the story of innovation
Kubernetes: the story of innovation
Kubernetes Cluster

2 min read

Abhiroop Bas

Abhiroop Bas

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech