Deep learning NLP system classifying 200k+ PubMed RCT sentences with a Tribrid architecture, deployed as a Flask API and Chrome extension.
Built a deep learning NLP system to classify 200,000+ PubMed RCT sentences using a Tribrid architecture combining token, character, and positional embeddings. Improved model accuracy from 72.5% to 85.6% through feature engineering, architecture tuning, and hyperparameter optimization. Developed an end-to-end ML pipeline covering data preprocessing, model training, inference API, and deployment using Flask and Docker. Implemented CI/CD workflows with GitHub Actions, reducing manual build time by 45%, and deployed a Chrome extension for real-time biomedical sentence classification.
A production-grade Retrieval-Augmented Generation (RAG) chatbot with multi-query retrieval, evidence...
An evidence-based AI system using RAG to generate ATS-optimized resumes from GitHub and research dat...
Time series forecasting of Bitcoin prices comparing multiple neural network architectures including ...