|
Crafting elegant solutions through code. Passionate about Computer Vision, Mobile Development, and Full-Stack Engineering.
I'm Aayush Kushwaha, a passionate builder and developer who loves creating impactful software solutions. From computer vision systems to full-stack mobile applications, I enjoy working across the entire technology stack.
My journey spans across Python, Flutter, Firebase, and C++, building projects that solve real-world problems. Whether it's an OCR system that reads text from images or a hackathon-winning proposal, I believe in shipping code that matters.
When I'm not coding, I'm exploring new technologies, contributing to open source, and participating in hackathons to push the boundaries of what's possible.
Always exploring cutting-edge tech from AI/ML to cross-platform development.
From mobile frontends to cloud backends — I build end-to-end solutions.
Hackathon veteran and collaborative developer who thrives in team settings.
A selection of projects that showcase my skills and passion for building.
A Computer Vision based OCR (Optical Character Recognition) system built with Python. Leverages advanced image processing techniques to extract and digitize text from images with high accuracy.
import cv2
import pytesseract
from PIL import Image
class AlphaReader:
def __init__(self):
self.engine = "tesseract"
def extract_text(self, image_path):
# Preprocess & extract
img = cv2.imread(image_path)
gray = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY)
return pytesseract.image_to_string(gray)
Hackenza 2026 proposal — an innovative project built for competitive hackathon submission with comprehensive documentation.
A DBMS group project (CS-F212) featuring secure data management and robust database architecture design.
A full-stack mobile application built with Flutter for the frontend and Firebase for the backend services.
A clean, intuitive health application built with Flutter for calculating and tracking Body Mass Index.
Technologies and tools I use to bring ideas to life.
Check out my GitHub for the latest projects, contributions, and code.
Visit My GitHub