Detect AI Generated Content with Large Languge Models

Introduction The escalating use of Generative AI in content creation has given rise to the widespread dissemination of AI-generated content across blogs, articles, and newsletters. Some people might leverage it as a side income source, particularly when they incorporate Google Ads into their blogs featuring autogenerated content. However, the content generated using AI could mislead viewers because the inherent nature of Generative AIs are just predictive models; they lack ethical considerations....

December 11, 2023 · 2 min

Building a Privacy-Focused Browser and Search Engine

In today’s era, data privacy is a critical concern that can have severe repercussions for companies if not handled properly. Furthermore, a lot of large multinational company are using our data accumulated from search engines for advertising purposes, raising the question about what can we do to protect our online privacy and browsing experience? Inspired by Network Chuck and Tim Berners-Lee’s influential book, “Weaving the Web”, I decided to build my own privacy-focuesed browser using PyQt5 and deploy a secure search engine in the cloud....

June 30, 2023 · 4 min

Table Tennis Tracker Using OpenCV

Inspiration Hello people! You know life is getting fantastic again when you have ample time to execute your projects. (I just finished my Year 1’s final!!!) Anyway, this table tennis tracker thingy has been on my project list for quite a long time. It was a fortunate coincidence for me to be intrigued by this computer vision topic. There are mainly two reasons for me doing this: I accidentally knew someone from Linkedin who did this project before I found out that XX company’s employees are doing this as a fun after-work project during a company visit These two things combined make me want to give this project a shot....

May 4, 2022 · 4 min

Set Up VPN Server With AWS

Introduction Hola, this post is about my trivial experiment on VPN. If you just want to know about how to get a free VPN quick, kindly proceed to this section for the answer. Let’s get started! As a student who lives on campus and uses school Wi-Fi every day, I sometimes get frustrated when the school’s firewall blocks me from accessing some websites. For example: Furthermore, I am kinda interested in Cyber Security too....

April 3, 2022 · 6 min

Book North Hill Badminton Court Using Selenium

Ola, welcome to my first entry! :D In this post, I will show you how to use the webdriver from Selenium, time and schedule libraries to create an auto-booking script for North Hill Badminton Court. Let us start by importing the modules. from selenium import webdriver from webdriver_manager.chrome import ChromeDriverManager import time import schedule If you haven’t install selenium and webdriver in your environment, typing pip install selenium and pip install webdriver-manager in your terminal will do the magic....

March 23, 2022 · 3 min