Skip to content
View anahaaaa's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report anahaaaa

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
anahaaaa/README.md

Hi, I'm Anagha R S 👩‍💻

AI/ML Engineer Deep Learning NLP & RAG

$ Building intelligent systems · ML Research → Production

GitHub


About Me

I build ML systems end-to-end — from algorithm design to production-ready pipelines. My work spans Computer Vision, NLP, RAG architectures, and deep learning for real-world IoT and smart-home systems.

  • Implementing ML algorithms from scratch to master the fundamentals
  • Designing production-grade RAG systems with hybrid retrieval & re-ranking
  • Researching multi-task deep learning for smart-home activity prediction
  • Applying transfer learning to industrial fault diagnosis under real-world conditions

Projects

Project Description Stack
Bearing-Fault-Diagnosis Comparative study on vibration signal representations for industrial fault diagnosis using transfer learning and domain adaptation for vibration-based predictive maintenance PyTorch Transfer Learning Signal Processing
Ask-My-Documents Production-grade RAG system with hybrid retrieval, re-ranking, and source-grounded document QA across uploaded PDFs and documents RAG LangChain LLM Python
Predictive Human Activity Modeling Achieved 98% activity accuracy and 0.93 macro F1 using a hybrid GAT + BiLSTM architecture with activity-conditioned time prediction heads. Predicted time-to-next-activity with 10–13 min MAE using quantile-based discrete time binning for skewed smart-home sensor intervals PyTorch GAT BiLSTM PyG Multi-Task Learning
Legal-Document-Summarizer Architected BART-based NLP summarization pipeline processing 50-page PDFs in under 10 seconds using sliding-window chunking for token-limit handling. Built FastAPI REST API supporting PDF, DOCX, and plain text inference Python Hugging Face FastAPI PyPDF2 Transformers
IoT-Biometric-Attendance-System Deployed IoT biometric attendance platform for 100+ users with MQTT-based AWS IoT Core synchronization at sub-2s latency and real-time monitoring dashboard ESP8266 AWS IoT Core JavaScript MQTT
Movie-Recommender-System Content-based movie recommendation engine using vectorized metadata and cosine similarity Python Scikit-Learn Streamlit

--

Technical Stack

Domain Technologies
Languages Python SQL Bash
ML / DL PyTorch Scikit-Learn NumPy Pandas
GenAI & NLP LangChain RAG Pipelines LLMs Vector DBs
Tools Streamlit Jupyter Git Docker

GitHub Stats

GitHub Streak


⌘ Built with curiosity & coffee · Anagha R S

Pinned Loading

  1. Time-Aware-Future-Activity-Prediction-A-Multi-Task-Learning-Approach-for-Smart-Home-Automation Time-Aware-Future-Activity-Prediction-A-Multi-Task-Learning-Approach-for-Smart-Home-Automation Public

    Hybrid deep learning framework for predicting next human activity and time interval in smart homes using IoT sensor data.

    Python 2

  2. bearing-fault-tl bearing-fault-tl Public

    This repository presents a comparative study on optimal vibration signal representations for bearing fault diagnosis under varying operating conditions using transfer learning. The work is based on…

    Python 1

  3. Ask-My-Documents Ask-My-Documents Public

    A production-grade RAG (Retrieval-Augmented Generation) system that allows users to query their documents and receive accurate, source-grounded answers using hybrid retrieval and re-ranking.

    Python