Mobile App Development Clutch Recognizes Byteridge as Part of Their Global 1000 We are happy to announce that the growth we promised at the start of the year is already bearing fruit. Roughly six months ago we were named as one of
Processing invoices using Pytorch In this blog , we will look how to process SROIE dataset and get key information from invoice. SROIE dataset For Invoice dataset we are using ICDAR 2019 RObust reading challenge
React Native React Navigation A Navigator is one of the most basic and important parts of a mobile application. It allows you to switch between different screens of an application and also links up
kotlin Creating a RESTful Web Service using Kotlin and Spring Boot Kotlin has emerged as a big player among modern technology. With Google providing first hand support and announcing it as the official language for Android Development it is clear that Kotlin is here to stay.
Fundamentals of "Natural language Processing" In this blog, we will cover the below content Introduction to NLPText operations and Regular expressionsTokenizationLemmatization and StemmingPOS tagging and Named Entity Recognition(NER)Introduction to NLP Natural language processing
Angular : Lifecycle Hooks PrerequisitesBasic knowledge on AngularLittle interest ;)We are here to understandWhat are Lifecycle Hooks?When are Lifecycle Hooks invoked?How many Lifecycle Hooks exist?How to use Lifecycle Hooks?What are Lifecycle hooks?Firstly, we won't be reading this blog if there is no Angular.
Kotlin Multi-platform project (Write one code for Android, iOS and JS) Develop both for Android and iOS To develop an app in Android and iOS native platform we need to have separate developers for both the Android and iOS platformSeparate business logic for both the platformSeparate testing team for both the platform Hence we need
Byteridge Friday Socials We not only work, but we also grow together stronger. BFS has emerged by an idea of educating workmates around us both into technology and non-technology aspects of life. Whether
Natural Language Processing Natural Language Processing- Business use cases AI-powered human-to-machine interactions are nothing new in the market now. It is widely used in almost every sector from kids' interactions to space research. Public organizations and businesses have been
React NEXT.js — The Ultimate React Framework Next.js provides a solution to all of the commonly faced problems during development with React.js. But more importantly, it puts you and your team in the pit of
Angular Understanding State Management - Angular In this post we are going to understand: What is state What is state in a web application Categories of state different ways to manage state Libraries to manage angular
Covid 19 Ensuring Business Continuity during the times of COVID-19 We have been able to switch over 100% of our workforce to deliver our client services remotely while maintaining the quality and standards. Our business continuity plan covers four core
Responsibility A tailor, a barber and the responsibility towards profession! This is a story about a couple of professional service providers, in my village, both of whom had unique and useful offerings, and yet their businesses experienced drastically different growth
host Host And Cloud Providers Why we won't host app in personal computers?If we want to host application in personal computers we need to purchase static ip address. So with that ip the users
Mobile App Development Byteridge Named Among the 2020 Leading Mobile App Development Companies on Clutch.co! Since our inception, we’ve delivered quality products for mobile apps and software projects. Our clients range from startups to established leaders, so no project is too big or too
javascript npm install vs npm ci :- When & Why Hello readers, Today we are going to discuss about very common yet important package manager command npm install. I am sure you are using it, whether you are a front-end
React Bundling a React project using Webpack and Babel React is a javascript library that is created and maintained by Facebook. It is known for its speed and efficiency in loading and rendering an application. In this article, we
Django REST API using Django In this article we are going to learn the process of creating a REST API using Django rest framework. By the end of this article, you will be able to
Work from Home Work from home and Skill-building: Strategy I hope everyone is doing fine in these critical situations. By now everyone should have understood that this a unique situation where both our health and wealth are at stake
Babel Javascript: ES6+ to ES5 with Babel Today we are going to talk about how to compile your modern java-script syntax to browser / chrome / environment friendly executable code. Before we proceed lets first understand a few things.
Stemming Read documents from the roots - Stemming and Lemmatization - NLP The main goal of stemming and lemmatization is to convert related words to a common base/root word. It’s a special case of text normalization. Stemming Stemming any word
kernels Image Processing using Python How do Developers with poor Photoshop skills edit pictures beautifully? Image processing or “image filtering” refers to modifying an image. It’s a key topic in image editing and computer
scikit learn Encoding Categorical Values, Python- Scikit-Learn In Data science, we work with datasets which has multiple labels in one or more columns. They can be in numerical or text format of any encoding. This will be
Python Pandas-Handling data in Python Pandas-Handling data in Pythonpandas is a Python package providing fast, flexible, and expressive data structures designed to make working with “relational” or “labeled” data both easy and intuitive. It aims
Tensorflow Object classification using TensorFlow — Model deployment on Azure In this article, you will learn 1. Environment setup (Windows 10) 2. Preparing datasets 3. Setting up the algorithm 4. Setting up local deployment using Django 5. Pushing the source