Entries by

How to List Files Changed Between Two Commits in Git

When working with Git, there are times when you may want to check which files have been modified between two specific commits. A common scenario is needing to see the files changed between a particular commit with a specific message and the latest commit in your repository. In this post, I’ll show you how to […]

Document Orientation Correction

Another application of the problem explained in the article “Discovering a small image inside a large image using Python and OpenCV” is that you can use this code to find a special sign in a ID card Scan and make certain changes based on that. For example, here we have given the program a type […]

Understanding Histogram of Oriented Gradients (HOG) for Face Detection

Introduction In the realm of computer vision, face detection serves as a crucial task with applications spanning from security and surveillance to photography and social media. One powerful technique employed for object detection, including faces, is the Histogram of Oriented Gradients (HOG). In this article, we will explore the principles behind HOG, its methodology, and […]

Face Detection with HOG and MTCNN

Exploring Face Detection Techniques: HOG vs. MTCNN Face detection is a fundamental task in computer vision with applications ranging from security systems to social media. Two popular methods for face detection are Histogram of Oriented Gradients (HOG) and Multi-task Cascaded Convolutional Networks (MTCNN). In this blog post, we’ll delve into both techniques, providing an overview […]

How to make online money easily 🤑

Making online money is not easy, but here are some popular and legitimate ways to earn money online: 1. Online surveys: Participate in online surveys and get paid for your opinions. Companies such as Survey Junkie, Swagbucks, and InboxDollars pay users for their opinions on a variety of products and services. 2. Freelancing: Offer your […]

Top 10 Promising Study Fields for future

It is difficult to predict the exact top 10 fields in the near future as they may change due to various factors such as technological advancements and shifts in global economic and political priorities. However, some fields that are expected to grow and have high demand in the near future include: 1. Artificial Intelligence and […]

Fintech Industry Globally, Islamic States and Iran, Barriers and Competition

What barriers and failures can a Fintech company face? Fintech companies can face several barriers and failures, including: Regulatory hurdles: Fintech companies often face complex and constantly changing regulations that can slow down their growth and make it difficult for them to scale. Lack of trust: The financial sector is heavily regulated and customers may […]

How does ChatGPT work?

Since OpenAI hasn’t provided all the details, some parts of the diagram may be inaccurate. We attempted to explain how it works in the diagram below. The process can be broken down into two parts (by Ali Aminian and Alex Xu). 1. Training. To train a ChatGPT model, there are two stages: – Pre-training: In this stage, […]