Create once, publish multiple times. Automate the manual work with Python 💯 In this article, we will use Python to automate
Continue readingTag: Project
How to perform CRUD operation in React
CRUD consists of four functions that are Create, Read, Update and Delete and it is the most basic operation of
Continue readingHow to Make an AI-Assisted Phone Service with Twilio
If you’ve ever called a business to book an appointment or tried to chat on a website to get your
Continue readingHow to Make Your Own Livestreaming Service with api.video
With the recent shift in the popularity of remote work environments, the demand for live streaming services has increased. Even
Continue readingHow to Visualize Time-Series Data in JavaScript with Chart.js and InfluxDB
Time-series data refers to data that is repeatedly collected over a specified time period like a second, a minute, or
Continue readingHow 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 readingHow to use 2020 Google Keyword and Twitter Hashtag trends to build word clouds
We will be building a Streamlit Web App to showcase a word cloud of Trending Google Keywords and Twitter Hashtags
Continue readingHow to build a web app to download Youtube videos in 30 lines of code
We will be using Streamlit and pytube to build our youtube downloader web app. I will also give a brief
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 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 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 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 reading