If you’ve ever called a business to book an appointment or tried to chat on a website to get your
Continue readingTag: Artificial Intelligence
How to Build an Anime Recommender System with Embeddinghub
A common problem in applied machine learning is how to recommend items in a database to users based on their
Continue readingBuild a Streamlit App to predict if a pokemon is legendary
Use streamlit, seaborn and scikit-learn to build a webapp to predict if a pokemon is legendary or not. In this tutorial,
Continue readingOpenCV 101 and Instagram Filters
This tutorial will be a basic introduction to OpenCV and some basic Instagram filters OpenCV is a library primarily built
Continue readingHow to build a Streamlit UI to Analyze Different Classifiers on the Wine, Iris and Breast Cancer Dataset
Let’s build a web app using Streamlit and sklearn Screen Capture by Author In this tutorial, we will be working with three
Continue readingPandas EDA Libraries you need in 2020 (Part 1)
Life is short, let Python automate your EDA EDA (Exploratory Data Analysis) is one of the first steps performed on a
Continue readingUse Numpy for Statistics and Arithmetic Operations in 2020
Most of the data used for Data Science and Machine Learning is stored as a Dataframe or a Numpy array.
Continue readingHow to use Streamlit Sharing to deploy your Streamlit Apps
Deploy your Machine Learning Web App using Streamlit Sharing In my previous articles, I have talked about building a Github
Continue readingHow to build a KNN classification model from scratch and visualize it using Streamlit
Although libraries like sklearn have made our lives easier, it is always a good practice to make a model from
Continue reading