My observations of the Python ecosystem

Before I share my observations let me tell you how it all started. I am building a site named piptrends.com to compare python packages downloads and their GitHub Statistics. You might say why? Whenever I research which python package I 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