Summary
Overview
Work History
Education
Skills
Accomplishments
Timeline
Generic

Azema Shaik

Begum
Hyderabad

Summary

I am a developer focused on solving real-world problems with code, with a strong foundation in Python and hands-on experience in generative AI. My work often involves building tools and APIs, using advanced features like async programming, descriptors, and metaclasses to make my solutions robust and efficient. I have experience designing evaluation systems for large language models, including checking for hallucination, bias, and toxicity, and I’m actively learning more about generative AI every day. I build practical applications with FastAPI, work extensively with JSON and YAML, and automate workflows through custom command-line utilities. I also use Go for building backend tools and enjoy picking up new languages and technologies as needed. My approach is grounded in clear, reliable code that addresses real needs, with a focus on continuous learning and creative problem solving.

Overview

4
4
years of professional experience
7
7
years of post-secondary education

Work History

Machine Learning Engineer

Capgemini India
Hyderabad
12.2021 - Current

Machine Learning Engineer:

  • Build and maintain practical and reliable large language model systems, collaborating with cross-functional teams to fine-tune, evaluate, and integrate models into real-world business workflows.
  • Fine-tuned LLaMA 3.1 8B models using USloth and LoRA techniques, then exported optimized checkpoints to Ollama for seamless local deployment.
  • Designed and implemented end-to-end evaluation pipelines to test model outputs for toxicity and bias, ensuring that every release met our ethical and performance standards.
  • Diagnosed and resolved GPU out-of-memory challenges during training and inference, adjusting batch sizes, mixed-precision settings, and memory-efficient libraries to keep projects on schedule.
  • Collaborated with the legal team to leverage LLMs for ranking Master Service Agreement (MSA) clauses, making contract review faster and clearer for non-technical stakeholders.
  • Automated data collection, scoring, and reporting steps within the evaluation pipeline to minimize manual review and accelerate model iteration cycles.
  • Monitored model performance metrics in production, identified areas for improvement, and iterated on prompt strategies to maintain high accuracy and relevance.
  • Wrote clear documentation and created usage examples so that other teams (legal, compliance, product) could use our tools without deep AI expertise.

This role required hands-on problem solving, from customizing fine-tuning workflows to troubleshooting GPU memory issues, all while keeping ethical considerations top of mind.

DevOps Engineer:

  • Developed and maintained Jenkins CI/CD pipelines to automate the build, test and deployment processes.
  • Configured and managed Jenkins jobs to ensure efficient and reliable continuous integration and delivery.
  • Deployed applications as microservices using Docker, Kubernetes, Helm ensuring scalability, reliability and efficient resource utilization.
  • Monitored and troubleshoot CI/CD pipeline to ensure smooth and continuous delivery of applications.

Python-Style Logging System in Go

Personal Project
Hyderabad
01.2025 - 02.2025
  • Designed and implemented a logging system in Go, inspired by Python’s logging module.
  • Supported multiple log levels (info, warning, error, debug), with easy control over log verbosity.
  • Enabled formatted log output with timestamps, log levels, and custom message templates.
  • Allowed output to different destinations (console, file) for flexible logging in CLI tools and backend services.
  • Built custom handlers to manage log message routing and formatting.
  • Made logging configuration simple and intuitive, similar to Python’s style.
  • Ensured thread-safe logging to handle concurrent operations.
  • Added clear documentation and example usage to make the logger easy to adopt in Go projects.
  • Used this project to deepen understanding of Go’s interfaces, concurrency, and error handling.
  • Applied the logger in personal automation tools to monitor execution and debug efficiently.

GenZ Garage

Personal Project
06.2023 - 09.2023
  • Developed a revolutionary car design platform by harnessing the capabilities of the Stable Diffusion model to create an intuitive design tool for car enthusiasts.
  • Integrated user-friendly interfaces to facilitate easy input of design
    preferences and receive AI-generated visual outputs.
  • Utilized Stable Diffusion's diffusion techniques to ensure the generation of high-quality, realistic car designs.
  • Demonstrated expertise in adapting the Stable Diffusion model to cater to the specific requirements of the automotive customization domain.
  • This solution was chosen to be presented at the Google Next Summit within my current organization

GenZ Bot

Personal Project
05.2023 - 06.2023
  • Developed GenZBot, a feature-rich AI-powered virtual assistant, using stateof-the-art technologies.
  • Integrated DALL-E for text-to-image generation, enabling digital art creation and visual responses to prompts.
  • Utilized Whisper for accurate speech recognition, enhancing hands-free user interactions.
  • Employed ChatGPT to enable natural language understanding and
    generation for intuitive user conversations.
  • Integrated LangChain to optimize the integration of various language
    models, accelerating development.
  • Implemented real-time internet connectivity for up-to-date information retrieval and web-related tasks.

Cognito Maxima

Personal Project
03.2023 - 05.2023
  • Designed and developed an innovative essay-writing app, utilizing Large Language Model technology to facilitate content creation.
  • Integrated AI modules to synthesize information and generate essay content based on user-input questions.
  • Implemented summarization features to distill key points, enabling users to refine their ideas and arguments.
  • Developed a quiz question generator, allowing users to self-assess their understandingand identify learning gaps.
  • Created an intuitive user interface for seamless input, customization, and output of essays and quizzes.

SQL Query Generator

Personal Project
01.2023 - 03.2023
  • Designed and implemented a personal project that translates human language queries into SQL queries using GPT-3.5.
  • Built an interactive interface in Streamlit to allow users to enter questions and receive corresponding SQL queries.
  • Integrated GPT-3.5 via API to automate the process of generating SQL from natural language.
  • Experimented with prompt engineering and input validation to enhance the reliability and relevance of generated queries.
  • Worked with JSON for data handling between user interface and the language model.
  • Tested and refined the tool to support a variety of user requests and common database scenarios.
  • Automated manual SQL writing tasks, making database access easier for those with little or no SQL knowledge.
  • Documented the project with clear usage instructions and practical examples for others to follow.
  • Gathered feedback from users to further improve functionality and user experience.
  • Used this project to explore and deepen my skills in generative AI, user interface development, and workflow automation.

Let me know if you want a shorter or more detailed version, or if you want the focus shifted!

Data Analyst

Tata Consultancy Services
01.2021 - 12.2021
  • Researched and resolved issues regarding integrity of data flow into databases.
  • Identified and documented detailed business rules and use cases based on requirements analysis.
  • Created various Excel documents to assist with pulling metrics data and presenting information to stakeholders for concise explanations of best placement for needed resources.


Education

Post Graduate Diploma - Software Development

International Institute of Information Technology
Bangalore
11.2020 - 11.2021

Bachelor of Technology - Information Technology

Vidya Jyothi Institute of Technology
Hyderabad
06.2015 - 06.2019

Intermediate Education - MPC

Sri Chaitanya Junior Kalasala
Hyderabad
06.2013 - 04.2015

Skills

  • Python Programming: Advanced features (descriptors, metaclasses, async programming), automation, CLI tool development

  • Generative AI: Fine-tuning LLMs (LLaMA, GPT-35), prompt engineering, LLM evaluation for hallucination, bias, toxicity

  • Model Deployment & Optimization: Exporting models (Ollama), LoRA, memory and GPU troubleshooting

  • Go Programming: Building command-line and backend tools

  • Continuous Learning: Quickly adapting to new technologies and languages

Accomplishments

  • Secured the top position in the Decoding Generative AI Blogathon.
  • Received the Rising Star accolade.
  • The GenZ Garage project was chosen for presentation at the Google Next Summit.

Timeline

Python-Style Logging System in Go

Personal Project
01.2025 - 02.2025

GenZ Garage

Personal Project
06.2023 - 09.2023

GenZ Bot

Personal Project
05.2023 - 06.2023

Cognito Maxima

Personal Project
03.2023 - 05.2023

SQL Query Generator

Personal Project
01.2023 - 03.2023

Machine Learning Engineer

Capgemini India
12.2021 - Current

Data Analyst

Tata Consultancy Services
01.2021 - 12.2021

Post Graduate Diploma - Software Development

International Institute of Information Technology
11.2020 - 11.2021

Bachelor of Technology - Information Technology

Vidya Jyothi Institute of Technology
06.2015 - 06.2019

Intermediate Education - MPC

Sri Chaitanya Junior Kalasala
06.2013 - 04.2015
Azema ShaikBegum