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
Python
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
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
Deploy your First Deep Learning Neural Network Model using Flask, Keras, TensorFlow in Python
Recently I built a deep learning model for my company predicting whether the user buys a car or not if yes then which car with good accuracy. Gave demo to CEO & business team everyone got excited about it. We Continue Reading
Build your First Deep Learning Neural Network Model using Keras, TensorFlow in Python
Our product collects user’s behaviour (Page views, Events) on our sites. We contact every customer whether he is interested to buy a car or not? We thought what if we contact the user who is going to buy instead of Continue Reading