deployed_code

HDO.

Home/Projects

Selected Works

Exploring the intersection of Medicine, AI, and Engineering through next-gen solutions.

Featured ProjectProduction System

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.

TECH: FASTAPI | NEO4J | GROQ
Backend

Aurasense - Voice-First AI Agent

arrow_outward

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.

PythonFastAPILangGraphNeo4jGroq
Blockchain

Scrunchy - Decentralized Game Assets

arrow_outward

Blockchain 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.

PythonTypeScriptNestJSSolanaAnchor
Fullstack

AI Blog Generator

arrow_outward

Full-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.

PythonDjangoPostgreSQLGoogle AIAssemblyAI
Backend

School Management System

arrow_outward

Comprehensive 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.

PythonDjangoCeleryRedisPostgreSQLPaystack
Microservices

Biometrics Proctoring Service

arrow_outward

Biometric 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.

PythonFastAPIgRPCOpenCV
Blockchain

Substrate Blockchain CLI

arrow_outward

Comprehensive 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.

PythonSubstratePolkadotTyper