Skip to content
View aunraza19's full-sized avatar
โšก
Exploring Computer Vision
โšก
Exploring Computer Vision

Highlights

  • Pro

Block or report aunraza19

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
aunraza19/README.md

A U N ย  R A Z A

Machine Learning & AI Engineer | GenAI Enthusiast | Cloud Practitioner

๐Ÿง‘โ€๐Ÿ’ป About Me

I design and build machine learning systems that turn complex data into clear, actionable results. From forecasting stock trends with LSTMs to building multilingual sentiment analyzers and GenAI-powered legal tools, my work focuses on solving real-world problems with clean, scalable AI solutions.

Iโ€™ve fine-tuned LLMs, deployed full-stack AI apps, and worked across both classical ML-DL and modern Generative AI pipelines. Currently, I'm exploring the intersection of open-source LLMs and retrieval-augmented generation systems.

โ˜๏ธ Oracle Certified Generative AI Professional | ๐ŸŽฏ Focused on Enterprise-Ready AI

Typing SVG

๐Ÿš€ Tech Stack

๐Ÿ‘จโ€๐Ÿ’ป Languages

๐Ÿค– Machine Learning & Deep Learning

๐Ÿง  NLP & GenAI Frameworks

โ˜๏ธ Cloud & DevOps

๐Ÿ› ๏ธ Notable Projects

  • Underwater Debris Detection & Analysis

    • Developed a Gradio web application for real-time underwater debris analysis using YOLOv8 computer vision models.
    • Implemented object detection and tracking with ONNX and PyTorch, and a custom ByteTrack-based tracker to accurately count unique trash items in videos.
    • Generated comprehensive outputs including annotated images/videos, statistical summaries, and data visualizations using Pandas, Matplotlib, and Gradio plots.
  • โš–๏ธ GenAI Legal Assistant

    • Fine-tuned FLAN-T5-base on 18,949 legal documents, achieving 40% improvement in legal domain summarization.
    • Integrated BERT-based NER, PyPDF2, and custom tokenization for entity extraction from plain and scanned PDFs.
    • Combined LangChain, OpenAI API, and ChromaDB to build a legal RAG-based assistant.
    • Implemented context-aware document retrieval with FAISS.
    • Deployed app with PDF upload, entity visualization, and download support.
    • Deployed fine-tuned model to Hugging Face Hub; fine-tuned model gained 90+ downloads in 1 month.
  • ๐ŸŒ Multilingual Sentiment Analyzer

    • Developed a robust ABSA (Aspect-Based Sentiment Analysis) pipeline using PyABSA.
    • Supported multilingual; deployed as a Gradio web app.
    • Processed five benchmark datasets via pandas pipeline, generating structured predictions and confidence scores.
    • Deployed Gradio-based web app with robust input validation and error handling.
  • ๐Ÿ“ƒ RAG-Based Academic Policy Assistant

    • Developed RAG chatbot leveraging LangChain and ChromaDB to automate academic policy Q&A with real-time.
    • citation-backed responses reducing student response time from minutes to seconds.
    • Integrated Groq API (LLaMA-3-8B) with custom prompt templates and semantic search for context-aware responses with source attribution and page-level citations.
    • Deployed scalable Streamlit frontend on Hugging Face Spaces with session caching for fast, multi-user access.

๐Ÿ“œ Certifications

๐Ÿ“ Featured Articles

๐Ÿ“ˆ GitHub Stats

๐Ÿ“ซ Letโ€™s Connect!

Feel free to reach out if you want to talk AI, collaborate on a project, or just say hi!

Pinned Loading

  1. fine-tuned-flan-t5-legal-summarizer-app fine-tuned-flan-t5-legal-summarizer-app Public

    A fine-tuned FLAN-T5 model deployed in a Streamlit app to summarize and analyze legal documents with integrated NER.

    Jupyter Notebook

  2. RAG-Pipline-ChatBot RAG-Pipline-ChatBot Public

    an intelligent chatbot designed to help university students quickly find answers to their academic policy questions.

    Python

  3. Conditional-variational-autoencoder Conditional-variational-autoencoder Public

    This project implements a Conditional VAE trained on MNIST to generate digits conditioned on labels.

    Python

  4. Aspect-Based-Sentiment-Analysis Aspect-Based-Sentiment-Analysis Public

    A Gradio web app performing Multilingual Aspect-based Sentiment Analysis (ATEPC). Powered by PyABSA, it extracts sentiments for specific aspects in text.

    Python

  5. Image-Captioning Image-Captioning Public

    IMAGE CAPTIONING USING LSTMs and CNN ON Flickr8k Dataset

    Jupyter Notebook

  6. parallel_comparison parallel_comparison Public

    Parallel vs Sequential Execution in Python โ€” CPU-bound Benchmarking

    Python