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 […]
Projects
Some of cool projects to try on.
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 […]
Gesture Based Calculator
Gesture Based Calculator Hello and welcome everyone to our last project on the #7DaysOfComputerVisionProjects series where we did some cool computer vision projects using image processing and opensource tools. Here in this project, we will build a calculator and we will control it by moving our fingers in front of the camera. We will make […]
Computer Vision Game: Kill a Fly
Kill The Fly Hello surfer, if you were following our series [#7DaysOfComputerVisionProjects]() then this is the 6th project and this is going to be different and fun than the previous because in this project, we are going to kill the fly. Don’t get confused, we will not kill the real fly. This blog is the […]
Gesture Based Visually Writing System
Gesture Based Writing Method This blog is the part of the series #7DaysOfComputerVisionProjects. Links to the blogs and videos of each projects are: Real-time Background Changing: Video | Blog Air Mouse: Control Mouse with Gestures Video | Blog Play Trex Game With Gesture Video | Blog Auto Dino: Play Trex Game Automatically Video | Blog […]
Auto Trex: Playing Chrome Trex Game with Image Processing
Playing Trex Game With Image Processing Hello everyone, in the last part, we used gestures to perform jump and duck but in this part, we will not use gestures. We will use only some image processing techniques and then let the code play it. But our code will not be any kind of Machine Learning […]
Playing Chrome Trex Game with Gestures
Play Trex Game on Chrome By Gesture Using OpenCV and Mediapipe Hello there surfer! Since few days, I am thinking about some cool projects that can be done within some hours using Mediapipe and OpenCV in Python. In this blog, I am writing about how can we play the popular trex game by only moving […]
Air Mouse: Controlling Mouse With Gestures in Air
Air Mouse: Doing Mouse Operations Using Finger Gestures Hey surfer, in this blog, I am going to write about how can we do basic mouse operations like move pointer, click, double click and right click using only finger gestures. This blog is the part of the series #7DaysOfComputerVisionProjects. Links to the blogs and videos of […]
Realtime Background Changing in Python
Real Time Background Changing With OpenCV and Python This blog is the part of the series #7DaysOfComputerVisionProjects. Links to the blogs and videos of each projects are: Real-time Background Changing: Video | Blog Air Mouse: Control Mouse with Gestures Video | Blog Play Trex Game With Gesture Video | Blog Auto Dino: Play Trex Game […]
Image Colorization: Grayscale to RGB Using CNN
:Image colorization has recently been popular with the rise of powerful hardwares like GPU. CNN has been so famous in the last few years and these days many state of the art techniques are here to do amazing things on computer vision. One can not stop by listing the names of those researches. In the […]