Building a Sentiment Analysis Model with IMDB Dataset

Sentiment analysis is the process of determining the sentiment expressed in a piece of text as positive, negative, or neutral. This can be useful in a variety of applications, such as monitoring customer feedback, analyzing social media posts, and detecting fake news. In this blog post, we'll be building a...

Let’s Setup Machine Learning Environment on Windows Machines

If you're interested in machine learning, you'll need a powerful and reliable computer that can handle the demands of running complex algorithms and models. Let's walk through the following steps to set up your Windows PC for a machine learning environment. Step 1: Install Python and Anaconda Python is the...

Smart WebView Documentation

SWV is a framework built to develop advanced hybrid webview applications with ease. Following documentation will help you setup and configure your hybrid app on virtual and real life devices. TABLE OF CONTENTS SETUP PERMISSIONS VARIABLES Configuration Permission Security Other FEATURES Camera Input Firebase Cloud Messaging AdMob Chrome Tabs GPS...

Smart WebView

SWV is a framework built to develop advanced hybrid webview applications with ease. A small build with features working out of the box: Live GPS Location, Notifications with FCM, AdMob, Chrome Tabs, Process Camera Input, Upload/Download Files, Custom Rating System, Multiple User Interfaces and more. GETTING STARTED These instructions will...

Website Alert Toast with JavaScript/jQuery

There’s a really simple method to show toasts in Android and other mobile apps but you can do the same for your website beautifully. From the below codes, you can either go with JavaScript or jQuery, as convenient. JavaScript function toast(msg,status){ var body = document.body, snack = document.createElement('div'); snack.innerHTML =...

Webpage Auto Scroll from Browser Console

Automate scroll through huge web pages with a small JavaScript snippet from your browser console. I hope it’s helpful for someone.Right click > Inspect > Console Tab > Paste the code (function() { var intervalObj = null; var retry = 0; var clickHandler = function() { console.log("Clicked; stopping autoscroll"); clearInterval(intervalObj); document.body.removeEventListener("click",...

Resources and Bug Fixes for Machine Learning and Deep Learning on NVIDIA GeForce 1050Ti Devices

We all know how important machine learning has become and developers are trying to train their models from high-end servers to low-tech PCs. I own Dell XPS 15 9570 and have faced several issues while installing resources and libraries on my device. A lack of documentation can make your setup...

Setting Up IIS, PHP, and MySQL on AWS EC2 Windows Server

Today we’re going to set up a Windows server on IIS with PHP, MySQL, and OpenSSL, enabling you to configure and host public websites with an encrypted connection. I’ve divided it all into 5 simple steps after which you can start working on it easily and instantly. Objective: Launching a...

HELLO, READER.

Hello, I'm Ghazi, and welcome to my blog. I created this platform to share my experiences and knowledge on programming and tech-related issues we face in our daily lives. As a self-taught programmer, I focus on putting forward information in simple terms for easy understanding, without compromising on quality. This...