Krishna Chaitanya
RSS FeedHello and welcome to my corner of the web! I'm Krishna , a tech enthusiast, programmer, and cybersecurity aficionado. Here, I share my journey through the fascinating world of technology, offering insights, tutorials, and discussions on topics that ignite my passion.
Whether you're a fellow coder, a security geek, or just curious about the latest in tech, you'll find something of interest here. From deep dives into Python programming and software development to explorations of cybersecurity trends and tools, my blog is a space where complex concepts are made approachable, and learning is a shared adventure.
Join me as I unravel the intricacies of technology, share my latest projects, and explore the cutting edge of the digital frontier. Let's connect, learn, and grow together in this ever-evolving field.
Read the blog posts or check README for more info.
Featured
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.
My Blog Tutorial
Updated: at 09:11 AMIn this blog post, I’ll walk you through the process of creating a blog website using Astro, which I’ve affectionately named "magical-metal." Whether you’re new to Astro or just looking for inspiration for your next project, I hope this guide helps you get started with this powerful static site generator.