Hello and welcome back everyone, in this part of the blog I am going to share how can we create our own people search tool using BeautifulSoup and Python. We will leverage the Google search engine to search for the profiles of people based on keyword and we will use GitHub’s search to do people […]
Search Results for: beautifulsoup
Nepali News (Gorkhapatra) Scrapping Using BeautifulSoup and Python
Scraping News Data From Gorkhapatra Introduction In this blog, I am going to write about how I was able to scrap news from Gorkhapatra news portal of Nepal. I have also written a code for scraping Ekantipur and Annapurna but I will be sharing those in another blog. In the previous blog, I wrote how […]
Nepali News (ekantipur) Scrapping Using BeautifulSoup and Python
Scrapping News Data From ekantipur News Portal Using python and BeautifulSoup. Introduction In this blog, I am going to write about how I was able to scrap news from some of news portal of Nepal. There are various news portal like Ekantipur, Gorkhapatra, Annapurna. In this blog I am going to scrap news from Ekantipur. […]
Nepali News (Annapurna Post) Scrapping Using BeautifulSoup and Python
Scrapping News Data From Annapurna Post News Portal Using python and BeautifulSoup. Scraping News Data From Annapurna Post Introduction In this blog, I am going to write about how I was able to scrap news from Annapurna news portal of Nepal.It took me more than week to try this and still there are lot of […]
News Classification with Simple Neural Network
News Classification with Simple Neural Network is one of the application of Deep Learning. And here in this part of the blog, I am going to perform a Nepali News Classification. Before jumping into the main part, I would love to share some of my previous contents based upon which this blog has been written. […]
Kruskal Wallis H Test in News Data
Kruskal Wallis H Test What is Kruskal Wallis H Test Kruskal Wallis H test is a kind of non parametric test which means that there is no presence of parameter and parent population from which sample has been taken is not normally distributed. Kruskal Wallis H test is also known as non parametric version of […]
Nepali News Classification Using Naive Bayes and Decision Tress
Naive Bayes for Nepali News Classification Hello everyone, welcome back to our blog about news classification and in this blog, we are going to explore Naive Bayes for news in our native language Nepali. I started this project nearly a year ago but I never finished it because I did not know anything about it […]
Nepali News Classification Using Logistic Regression
Logistic Regression for Nepali News Classification Hello everyone, and welcome back to my news categorization blog. In this blog, I’ll be looking into Logistic Regression for news in Nepali, which is our native language. I started this project almost a year ago but never finished it because I had no idea what I was doing […]
EDA on Nepali News Data
EDA on News Data Hello everyone, in this blog, we are going to perform EDA on Nepali News data that I scraped back in 2021. EDA is the basic step done in any Data Science project and here, we are going to perform simple analysis like counts of title, words and news in category. Import […]
NEPSE (Nepal Stock Exchange) Data Visualizing and Deploy it on Heroku
Introduction Visualize Nepal Stock Exchange Data and Deploy it On Heroku Using Streamlit and Plotly. If you are from Nepal then you already know what Nepal Stock Exchange means. Honestly I don’t know how to describe stock market but after watching movie Pi, I wanted to take a look at NEPSE data by myself. I […]