Introducing Hisaab (Daily Expense Tracker with Offline Speech Support) for Android

Today, I am excited to introduce Hisaab (Daily Expense Tracker) Android app which supports speech recognition for quick input and works OFFLINE also. It will help you to note your incomes/expenses and calculate the total amount quickly. You can classify income and expenses by categories and payment methods. Also, you can search and view different reports.

Setup Deep Learning environment: TensorFlow, Jupyter Notebook and Visual Studio Code

Few days back, I decided to setup development environment for deep learning on my Windows 10 laptop. In this article, I would share my experience in setting up a system typically for Data Science developers. Although I used Windows 10 but the steps will be same for Linux and Mac OS.

Being a developer, need IDE for coding and not fan of browser based editor. Jupyter Notebook is favourite tool for data scientist and we can’t skip that in case of data science. Fortunately, VS Code supports Jupyter notebook. You can now directly edit .ipynb files and get the interactivity of Jupyter notebooks with all of the power of VS Code. We will go through it.