Uncategorized

building machine learning apps with streamlit

Building Machine Learning Apps with Streamlit (How to Embed ML Models)

In this tutorial, we will be learning how to use an awesome framework called streamlit to productionize our machine learning models. We will learn how to embed our ML models into streamlit, we will build machine learning apps with streamlit. So what is Streamlit? Streamlit is a machine learning framework for building production ready ML …

Building Machine Learning Apps with Streamlit (How to Embed ML Models) Read More »

Building An Iris Exploratory Data Analysis App with Streamlit in Python

Streamlit is so cool. After scanning through their documentations and api, as always we will build a simple Exploratory Data Analysis  (EDA) app using streamlit in python. We will be building one for the famous iris dataset. First of all what is streamlit? Streamlit is a great framework for building ML tools with speed. It …

Building An Iris Exploratory Data Analysis App with Streamlit in Python Read More »

author attribution machine learning in python

Predicting Authors of Bible Passages with Machine Learning(Author Attribution)

Predicting Authors of Bible Passages with Machine Learning(Author Attribution) Machine learning and AI have impacted the way we do things in this era, almost every industry can benefit from ML. In this article we will see how to use ML to predict the particular author of a bible passage. This is a build up of …

Predicting Authors of Bible Passages with Machine Learning(Author Attribution) Read More »

FireNotes – A Notes Taking CLI built with Google’s Fire

FireNotes Firenotes is a simple notes taking and keeping CLI just like TermiPad but in this case it is built with Google’s Python Package called Fire. Hence the name FireNotes. FireNotes offers the ability to write your notes in the terminal or command prompts with easy. How to Use FireNotes python firenotes.py — –help Check …

FireNotes – A Notes Taking CLI built with Google’s Fire Read More »