Right now we are building Chatbot for our company which will work as a stateless API where it gives response based on the user message. For managing chat conversations, workflow, session and all other stuff we built an application using Continue Reading
tankala
My Pandas Cheat Sheet for Data Science in Python
Recently I worked most of the time on the data creation part for our model creation at that time I used pandas a lot. I used some functions a lot to complete my task. Let me share them with you Continue Reading
Write/Convert Nested JSON data to CSV for specific/subset keys(headers)
Currently, I am working on a Machine Learning project with my colleagues where we don’t have much data to train the model so we scrapped data from multiple places and kept in JSON format because sometimes we get data for Continue Reading
Debug your Flask(Python) web application using Visual Studio Code
There are several articles for helping us to learn how to debug flask applications in Visual Studio Code but they all didn’t help me at all because of one mistake. I hope this article will help some people like me Continue Reading
MESMERIZING BEAUTIES OF LAND AND WATER – COORG AND VALIYAPARAMBA – PART 2
I hope you guys read my previous post. With great spirit, we started from the place and started covering Coorg wonders. Day 3 – Coorg We planned to cover mainly 3 places1. Sri Bhagandeshwara Temple2. Talakaveri Temple3. Dubare Elephant Camp Continue Reading
Mesmerizing beauties of land and water – Coorg and Valiyaparamba – Part 1
Recently I went on a trip with my office friends. The dates are around 31st December 2019 so we thought we will spend each day in different types of places like a historical place or hill station or beach or Continue Reading
How to edit your WordPress blog or site footer by yourself
According to my knowledge, there are 3 easy ways to edit your WordPress site. In this article, I will share those. Recently I built my blog using WordPress and deployed at GCP(Google Cloud Platform). At that time I choose one Continue Reading
Building Digit prediction web application using TensorFlow with Keras and Flask
This post will give you an idea about how to build a web application which predicts digit in the image uploaded. We are going to use the model which we have already for predicting digits which was trained on MNIST Continue Reading
My small stint with Java decompiler and solutions to the roadblocks I faced
Recently I came across a problem where we need to do some changes in a small application where we don’t have the source code. Around 5 years back my team members built a small application for a temporary purpose and Continue Reading
Schedule your task in serverless style using Google App Script
Sometimes you want to automate a task which you do daily manually but you don’t have a server or a separate machine. If that is the problem then don’t worry Google App Script there to save you. Our company has Continue Reading