Byteridge
  • Home
  • Case Studies
  • Services
  • About Us
  • Careers
  • Blog | Ideas
  • Contact Us

Byteridge

Byteridge

Crafting ideas to life

Fundamentals of "Natural language Processing"

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

  • Trilok Chowdary Maddipudi
    Trilok Chowdary Maddipudi
Trilok Chowdary Maddipudi 25 Nov 2020 • 7 min read
Byteridge Friday Socials

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

  • sandhya
sandhya 25 Sep 2020 • 2 min read
Natural Language Processing- Business use cases
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

  • Trilok Chowdary Maddipudi
    Trilok Chowdary Maddipudi
Trilok Chowdary Maddipudi 4 Sep 2020 • 6 min read
NEXT.js — The Ultimate React Framework
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

  • Alok Ranjan
    Alok Ranjan
Alok Ranjan 21 Aug 2020 • 5 min read
Understanding State Management - Angular
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

  • Hitesh Garg
    Hitesh Garg
Hitesh Garg 15 Jul 2020 • 5 min read
Ensuring Business Continuity during the times of COVID-19
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

  • Mayank Sharma
    Mayank Sharma
Mayank Sharma 6 Jul 2020 • 2 min read
A tailor, a barber and the responsibility towards profession!
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

  • Vinayak Sharma
    Vinayak Sharma
Vinayak Sharma 17 May 2020 • 3 min read
Host And Cloud Providers
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

  • Keerthi Reddy
    Keerthi Reddy
Keerthi Reddy 12 May 2020 • 2 min read
Byteridge Named Among the 2020 Leading Mobile App Development Companies on Clutch.co!
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

  • Mayank Sharma
    Mayank Sharma
Mayank Sharma 11 May 2020 • 1 min read
npm install vs npm ci :- When & Why
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

  • Alok Ranjan
    Alok Ranjan
Alok Ranjan 4 May 2020 • 3 min read
Bundling a React project using Webpack and Babel
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

  • Surya Teja Amaravadi
    Surya Teja Amaravadi
Surya Teja Amaravadi 28 Apr 2020 • 7 min read
REST API using Django
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

  • Surya Teja Amaravadi
    Surya Teja Amaravadi
Surya Teja Amaravadi 20 Apr 2020 • 4 min read
Work from home and Skill-building: Strategy
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

  • Venkatesh Ganta
    Venkatesh Ganta
Venkatesh Ganta 19 Apr 2020 • 3 min read
Javascript: ES6+ to ES5 with Babel
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.

  • Alok Ranjan
    Alok Ranjan
Alok Ranjan 7 Apr 2020 • 4 min read
Read documents from the roots - Stemming and Lemmatization - NLP
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

  • Trilok Chowdary Maddipudi
    Trilok Chowdary Maddipudi
Trilok Chowdary Maddipudi 5 Apr 2020 • 4 min read
Image Processing using Python
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

  • Trilok Chowdary Maddipudi
    Trilok Chowdary Maddipudi
Trilok Chowdary Maddipudi 3 Apr 2020 • 5 min read
Encoding Categorical Values, Python- Scikit-Learn
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

  • Trilok Chowdary Maddipudi
    Trilok Chowdary Maddipudi
Trilok Chowdary Maddipudi 3 Apr 2020 • 3 min read
Pandas-Handling data in Python
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

  • Trilok Chowdary Maddipudi
    Trilok Chowdary Maddipudi
Trilok Chowdary Maddipudi 3 Apr 2020 • 3 min read
Object classification using TensorFlow — Model deployment on Azure
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

  • Trilok Chowdary Maddipudi
    Trilok Chowdary Maddipudi
Trilok Chowdary Maddipudi 3 Apr 2020 • 5 min read
IOT With Wemos
IOT

IOT With Wemos

Since Arduino boards have become something of a standard for making and DIY projects, many other boards have adapted their systems to be programmed within the Arduino IDE. One of

  • sujay
    sujay
sujay 2 Apr 2020 • 4 min read
Getting Started with WinAppDriver.
WinAppDriver

Getting Started with WinAppDriver.

Windows Application Driver is a Product of Microsoft (WinAppDriver). It is a service to support Selenium-like UI Test Automation on Windows Applications.It support automation and testing Windows Forms,Universal

  • Kasala Sai teja Goud
    Kasala Sai teja Goud
Kasala Sai teja Goud 1 Apr 2020 • 3 min read
Robotic Process Automation
RPA

Robotic Process Automation

What is a Robot?You might have come across the word 'robot' somewhere or the other before you started reading this article. If you are imagining an action figure of

  • Surya Teja Amaravadi
    Surya Teja Amaravadi
Surya Teja Amaravadi 1 Apr 2020 • 3 min read
Build your first iOS app
iOS App Development

Build your first iOS app

iOS is a mobile operating system developed and distributed by Apple Inc. It was originally released in 2007 for the iPhone, iPod Touch, and Apple TV. iOS is derived from

  • JITENDER KUMAR YADAV
    JITENDER KUMAR YADAV
JITENDER KUMAR YADAV 1 Apr 2020 • 5 min read
Introduction to React Storybook
Storybook

Introduction to React Storybook

Our teams has recently started using Storybook for react application that we are building. What is Storybook? Storybook is an user interface development environment and playground for UI components. The

  • Shubham Jajoo
    Shubham Jajoo
Shubham Jajoo 1 Apr 2020 • 3 min read
Building products the right way
Product

Building products the right way

Starting point for building good products

  • Sudheer Varanasi
    Sudheer Varanasi
Sudheer Varanasi 31 Mar 2020 • 5 min read
Byteridge
  • Home
  • Case Studies
  • Services
  • About Us
  • Careers
  • Blog | Ideas
  • Contact Us
Byteridge © 2021
Latest Posts Facebook Twitter Ghost