Skip to content
View anjalichennupati's full-sized avatar

Highlights

  • Pro

Block or report anjalichennupati

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
anjalichennupati/README.md

Hey πŸ‘‹, I'm Anjali Chennupati

GenAI & Agentic Systems | AI-Driven Solutions | LLMs & NLP | Research-Backed Development

πŸ’« About me

I'm an AI Engineer with experience in building and deploying real-world user facing ML and GenAI systems β€” from LLM-powered applications and multi-agent workflows to scalable backend APIs optimized for latency, cost, and reliability. I am passionate about leveraging machine learning and AI tools to solve real-world problems.

🌐 Social

LinkedIn Google Scholar Gmail Portfolio

AI-ML, NLP and LLMs

javascript logo tensorflow logo

Programming Languages

java logo python logo

Databases

mysql logo mongodb logo

Cloud Computing

amazonwebservices logo docker logo kubernetes logo

Tools

javascript logo kubernetes logo

πŸ–₯️ What I'm Up To

πŸ”­ I work hands-on across the ML lifecycle β€” problem framing, modeling, system design, deployment and iteration under real user constraints.

  • βš™οΈ Design and deploy production-grade LLM applications (RAG, AI Agents)
  • 🧠 Build multi-agent workflows with backend APIs in end-to-end applications.
  • 🧩 Combine classical ML with GenAI to personalize, rank, and reason over user data.
  • πŸ“š Implement retrieval pipelines over documents, web data, and knowledge bases for grounded generation.
  • πŸ“Š Translate ML outputs into user-facing product impact.
πŸ‘― Open to collaborating on AI, NLP, and full-stack development projects. If you have an idea that aligns, let’s build something impactful!

πŸ”— LinkedIn: https://www.linkedin.com/in/anjalichennupati/

πŸ“‘ Research & Publications

πŸ“– Published multiple research papers in IEEE on AI, NLP, and machine learning applications as the primary author.
🧠 Topics include LLMs, RAG frameworks, deep learning, and predictive analytics.
πŸ”— Check out my work: https://scholar.google.com/citations?user=4MU_aSgAAAAJ&hl=en

πŸ“Œ Ongoing Research & Innovations
✍️ Most recently, I've been working on journal papers in RAG-LLM-based legal chatbots and AI-driven image-to-audio encryption & decryption.
πŸ”– Exploring patents on a MERN-based GI tagging and blockchain application.

Pinned Loading

  1. AI_Generated_Text_Detection_using_LORA_based_fine_tuning_of_LLM_Models AI_Generated_Text_Detection_using_LORA_based_fine_tuning_of_LLM_Models Public

    A project that identifies AI generated vs Human Written text using LLM Transformer models like RoBERTa, BART and GPT2 integrated with LoRA

    Jupyter Notebook 1

  2. Ad_Placement_Optimization_using_RAG_and_LLMs Ad_Placement_Optimization_using_RAG_and_LLMs Public

    A project that integrates RAG and LLMs for targeted ad campaign recommendations. It extracts data via web scraping, processes it using LangChain, and enhances accuracy with FAISS. Users can input q…

    Jupyter Notebook 1

  3. NAAC_Compliance_System_with_RAG-Based_Chatbot_Assistance NAAC_Compliance_System_with_RAG-Based_Chatbot_Assistance Public

    An end-to-end NAAC data automation platform using LLMs, OCR, and FAISS vector databases, enabling seamless document processing, semantic search, and real-time query resolution for accreditation wor…

  4. Comparative_Analysis_of_Bitcoin_Price_Prediction_Models_LSTM_BiLSTM_ARIMA_and_Transformers Comparative_Analysis_of_Bitcoin_Price_Prediction_Models_LSTM_BiLSTM_ARIMA_and_Transformers Public

    A project that analyzes historical Bitcoin prices to forecast future trends with deep learning and statistical models (LSTM, BiLSTM, ARIMA and Transformer). The Transformer-based approach achieves …

    Jupyter Notebook 1

  5. Stock_Prediction_using_XGBoost_and_Sentiment_Analysis_using_Spark Stock_Prediction_using_XGBoost_and_Sentiment_Analysis_using_Spark Public

    An integration of web scraping, XGBoost, and Apache Spark for AI-driven stock prediction and sentiment analysis. It extracts stock data from NSE, predicts prices using XGBoost, and analyzes news se…

    Python 2 1

  6. Serverless_Blogging_Platform_using_AWS_Services Serverless_Blogging_Platform_using_AWS_Services Public

    A serverless blogging platform built with React.js (frontend), AWS API Gateway (middleware), AWS Lambda (backend), and DynamoDB (database). It enables users to create, update, delete, and view blog…

    JavaScript