Use streamlit, seaborn and scikit-learn to build a webapp to predict if a pokemon is legendary or not. In this tutorial,
Continue readingTag: Python
OpenCV 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 readingHow to Deploy your Streamlit app using Heroku
What’s the point of building a fancy web app if you can’t show off your dashboard/model to the world? 🌎
Continue readingHow to build a Streamlit app to scrape Github Profiles
In this tutorial, we will build a web app using Streamlit which scrapes GitHub for a user’s info. It displays
Continue readingDemystifying Bias, Variance, Underfitting, and Overfitting in Machine Learning
While learning about machine learning models, you might have come across terms like bias, variance, underfitting, and overfitting. These terms
Continue readingHow to build a Web Scraper Bot in Python using Selenium
Build a web scraper bot to scrape data from a website or a bot to do certain tasks on a
Continue readingHow to Deploy a Flask App with a SQLite database on Heroku
Built a App using the Flask framework? Great! Now show it to the world 🌎 Alternatively, you can use Amazon Web
Continue reading