Posts
All the articles I've posted.
Building an Image-to-Text Converter with Handwritten Text Recognition
Updated: at 09:11 AMThis project is a Flask-based web application that allows users to upload images containing text, which is then converted into digital text. The real challenge lies in enabling the app to accurately recognize handwritten text. To achieve this, I trained a custom model using PyTorch, focusing on a Convolutional Recurrent Neural Network (CRNN) architecture to handle the complexity of handwritten characters.
My Pytorch Learning Process
Updated: at 09:11 AMWelcome to my journey of learning PyTorch! This Blog documents my progress, insights, and projects as I delve into the world of deep learning using PyTorch.
Understanding Ransomware and a Dive into Snakes Ransomware
Updated: at 09:12 AMSnakes Ransomware is a Python-based tool I’ve developed to demonstrate the encryption and decryption processes involved in ransomware. While this project is intended purely for educational purposes, it highlights the mechanics of ransomware in a controlled environment.