Projects

Vision Transformer

Vision Transformer

Vision Transformer is a Python-based deep learning project that implements transformer architectures for image recognition. It leverages attention mechanisms to process image patches, offering state-of-the-art performance on various image classification benchmarks.

Python
PyTorch
TensorFlow
Deep Learning
Transformers
T-Translate

T-Translate

T-Translate is a Transformer-based text generation model built from scratch using PyTorch. It follows the original Attention Is All You Need paper, implementing a custom Transformer architecture for text-to-text tasks such as machine translation or text completion.

Python
NLP
Deep Learning
Transformers
Tensor Grad

Tensor Grad

Tensor Grad is a lightweight Python library for automatic differentiation. Inspired by frameworks like PyTorch and TensorFlow, it allows users to compute gradients for machine learning models efficiently and intuitively.

Python
Machine Learning
Version Information Tracker (VIT)

Version Information Tracker (VIT)

VIT (Version Information Tracker) is a simple command-line version control system inspired by Git. It allows users to initialize repositories, add files to staging, commit changes, manage branches, and view diffs, all through a terminal interface.

Python
Palingram Finder

Palingram Finder

Palingram Finder is a Python-based program that identifies two-word palingrams. It efficiently analyzes words to find combinations that form palindromes, showcasing algorithms and string manipulation techniques.

Python
Silly Name Generator

Silly Name Generator

Silly Name Generator is a Python-based CLI application that creates random, humorous names. It combines wordplay and randomness to generate entertaining results, perfect for creative use or just for fun.

Python
Generative Adversarial Network (GAN)

Generative Adversarial Network (GAN)

A Generative Adversarial Network (GAN) implemented in Python using TensorFlow/PyTorch. This project focuses on training a generator and a discriminator to create realistic synthetic data, such as images or text.

Python
PyTorch
Deep Learning
To-Do App

To-Do App

To-Do App is a Flutter-based task management application that enables users to create, organize, and track tasks seamlessly. Built with a clean UI, it supports features like task prioritization, reminders, and cross-platform functionality for both Android and iOS.

Flutter
Dart
URL Shortener

URL Shortener

URL Shortener is a Java-based web application that converts long URLs into short, shareable links. It features efficient hashing, database storage, and analytics to track link usage, making it ideal for personal and enterprise use.

Java
Spring Boot
REST API
Database
SafeChannel

SafeChannel

SafeChannel is a secure communication framework built in Java. It ensures end-to-end encryption, protecting sensitive information during transmission. Designed for scalability and robustness, it is ideal for applications requiring secure data transfer, such as messaging platforms and financial systems.

Java
Encryption
Security
Unique ID Generator

Unique ID Generator

Unique ID Generator is a Java-based utility tool designed to generate unique identifiers for a variety of use cases. Built with scalability and performance in mind, it ensures collision-free IDs, making it ideal for distributed systems, database keys, session tokens, and more.

Java