Skip to content
View psavarmattas's full-sized avatar
:electron:
:electron:

Organizations

@Technovt-Society

Block or report psavarmattas

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
psavarmattas/README.md
Header

Hi, I'm Puranjay S Mattas πŸ‘‹

PhD Researcher, Software Engineer & DevOps Enthusiast

LinkedIn Google Scholar ResearchGate ORCID TUS Profile


πŸ‘¨β€πŸ’» About Me

I'm a Software Engineer and PhD Researcher passionate about building innovative solutions at the intersection of AI, Machine Learning, and robust DevOps practices. I enjoy bridging the gap between complex technical concepts and real-world applications.

Currently, I work as a Research Engineer at COMAND Technology Gateway (SRI), leading AI/ML research sprints for industry partners, and as an Assistant Lecturer at the Technological University of the Shannon (TUS). My professional work is complemented by my doctoral research, where I am exploring the frontiers of synthetic data generation.

  • πŸ”­ My current focus: Developing AI prototypes, advancing my PhD research, and automating infrastructure.
  • 🌱 I’m exploring: Ethical AI and creating realistic, privacy-preserving synthetic data.
  • πŸ’¬ Ask me about: Python, AI/ML, DevOps, Synthetic Data, and Full-Stack Development.
  • πŸ“« How to reach me: [email protected]

πŸŽ“ PhD Research: Synthetic Data Generation

I am currently pursuing a PhD in Engineering at the Technological University of the Shannon. My research focuses on Synthetic Data Generation, where I am developing novel methods to create high-quality, privacy-preserving data for AI and machine learning applications. My goal is to address data scarcity and privacy challenges in fields like computer vision and NLP.

Interested in collaborating? If you are a researcher, developer, or enthusiast in the fields of Generative Models, Deep Learning, or Ethical AI, I would be thrilled to connect. Feel free to reach out!


πŸ› οΈ My Tech Stack

Programming & Scripting Languages

Python Java C++ C# C Kotlin PHP Bash HTML5

Databases & Data Stores

PostgreSQL MySQL MS SQL Server MongoDB SQLite Firebase Android

AI, Frameworks & Libraries

PyTorch TensorFlow Scikit-learn Pandas OpenCV Angular Flask Django Spring Flutter Selenium

DevOps, Platforms & Tools

Docker Kubernetes Helm Jenkins GitHub Actions Linux Git Jira TrueNAS


πŸ“ˆ My GitHub Stats

Puranjay's GitHub Stats Puranjay's GitHub Streak Puranjay's Top Languages


Puranjay's Trophies

Pinned Loading

  1. Machine-Learning-Models Machine-Learning-Models Public

    I have created this repository for all the Machine Learning models I develop. You can find all the projects and their documentation in their respective directories.

    Jupyter Notebook

  2. Python-Projects Python-Projects Public

    Here are programs that every budding programmer who is learning to code in Python should start with. These programs are a compilation of many different types of programs and levels of programming y…

    Python 2 1

  3. Stroke-Prediction-ML-Model Stroke-Prediction-ML-Model Public

    This is just a theoretical Machine Learning Model that will analyze the data and determine where the stroke can occur.

    Jupyter Notebook 1

  4. Understanding-And-Predicting-Trends-of-Mental-Health-in-Tech-Industry Understanding-And-Predicting-Trends-of-Mental-Health-in-Tech-Industry Public

    Mental health has become a huge issue in recent times and the tech industry is no exception. This research paper aims to understand the trends of mental health in the tech industry and predict the …

    Jupyter Notebook

  5. docker-rootless-install-scripts docker-rootless-install-scripts
    1
    #!/bin/bash
    2
    
                  
    3
    # Script to install rootless Docker for the current user
    4
    
                  
    5
    check_command() {