Selected Works
Exploring the intersection of Medicine, AI, and Engineering through next-gen solutions.
Aurasense - Voice-First AI Agent
Agentic application backend with voice-first interface for restaurant and hotel recommendations. Implemented user preference tracking using Neo4j knowledge graph database. Built RESTful APIs with FastAPI ensuring low-latency responses for real-time voice interactions.
Aurasense - Voice-First AI Agent
arrow_outwardAgentic application backend with voice-first interface for restaurant and hotel recommendations. Implemented user preference tracking using Neo4j knowledge graph database. Built RESTful APIs with FastAPI ensuring low-latency responses.
Scrunchy - Decentralized Game Assets
arrow_outwardBlockchain platform on Solana enabling game developers to create decentralized game assets. Developed backend API with NestJS handling asset creation and blockchain transaction management. Created Python CLI tool using Typer for seamless integration.
AI Blog Generator
arrow_outwardFull-stack Django application converting YouTube videos into blog articles using AI. Integrated YouTube Transcript API and AssemblyAI for audio-to-text transcription with 95%+ accuracy. Implemented Google Generative AI for intelligent content generation.
School Management System
arrow_outwardComprehensive school management backend handling enrollment, courses, and fee processing. Implemented background task processing with Celery and Redis for asynchronous operations. Integrated Paystack payment gateway with webhook handling for secure fee collection.
Biometrics Proctoring Service
arrow_outwardBiometric verification service for online proctoring using FastAPI framework. Implemented gRPC for inter-service communication reducing latency by 60% compared to REST. Built face recognition and liveness detection using OpenCV and deep learning models.
Substrate Blockchain CLI
arrow_outwardComprehensive CLI tool for Substrate-based blockchain in Polkadot ecosystem using Python. Implemented substrate-interface library for blockchain interaction and scale-codec for encoding/decoding RPC calls. Built command architecture using Typer framework with clean code principles.