Skip to content
View ArghaSarker's full-sized avatar

Highlights

  • Pro

Block or report ArghaSarker

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

👋 Hi there, I’m Argha Sarker!

I’m a Master’s graduate in Cognitive Science with a strong passion for Deep Learning, and Computer Vision. In my Master’s thesis, I explored advanced deep learning methods for fluorescence microscopy, focusing on AI-based denoising and reconstruction at low signal-to-noise ratios.

Alongside my academic journey, I have worked as a Research Assistant, Student Assistant, and Student Tutor, developing solid programming, debugging, and analytical skills. I’m eager to apply my knowledge to impactful projects in AI, GenAI, and Data Science.


🧠 Key Skills

  • Programming Languages: Python, C++
  • Deep Learning & Computer Vision: TensorFlow, PyTorch, Keras, OpenCV, Numpy, Scikit-Image
  • Data Science & NLP: Pandas, Scikit-Learn, NLTK, Transformer Architectures, Generative AI
  • Tools: Git, GitLab, Docker, Visual Studio, MLFlow
  • Operating Systems: Linux, Windows

🚀 Projects

㊗ LLM_project: A code base to test FLAN-T5 model on diologue Summarization capability with LoRA

Demo [https://github.com/ArghaSarker/llm_project]

  • Compared the base model vs full instruction fine-tuned model vs PEFT fine-tuned model.
  • upcoming: RLHF and model distillation

🎓 Master’s Thesis: * AI-based Reconstruction and Denoising for Robust Structured Illumination Microscopy at Low Signal-to-Noise Ratios.*

Read my thesis here: [https://github.com/ArghaSarker/Mather-Thesis-]

Demo [https://github.com/ArghaSarker/RDL_denoising]

Demo [https://github.com/ArghaSarker/projection_upsampling_network]

  • Developed a robust SIM reconstruction model to enhance image resolution using deep learning.
  • Achieved improved reconstruction speed and quality compared to traditional Fourier-based methods.
  • Application: Low SNR fluorescence microscopy data in bioimage analysis.

🔬 Data Augmentation with Variational Autoencoder

Demo [https://github.com/ArghaSarker/Data_augmentation_with_VAE]

  • Built a VAE to generate synthetic microscopy data, supporting improved deep learning training.
  • Helped address challenges with limited high-resolution datasets in bioimage analysis.

🛡️ Study Project: Protect Your Privacy

Demo - Not available due to company ownership.

  • Collaborated with LMIS GmbH to develop a privacy-preserving solution based on GDPR.
  • Focused on anonymization of license plates, faces, tattoos, texts, and screens using DL models.

👁️ Saccadic Eye Movement NET

Demo [https://github.com/madammann/SaccadicEyeMovementNET]

  • Engineered a pipeline to fetch, preprocess, and generate data for image classification.
  • Combined CNN and LSTM for spatio-temporal feature extraction.
  • Investigated the use of reinforcement learning for visual signal classification.

📊 COVID-19 Global Data EDA

Demo [https://github.com/ArghaSarker/COVID-19-Global-data-EDA-]

  • Conducted data visualization and exploratory analysis on global COVID-19 data.
  • Identified trends and correlations among variables using statistical methods.

📚 Currently Learning

  • Generative AI with Large Language Models (LLMs)

📫 How to Reach Me

Pinned Loading

  1. Mather-Thesis- Mather-Thesis- Public

  2. RDL_denoising RDL_denoising Public

    Denoising Microscopy images with prior knowledge of Morier Patterns.

    Python

  3. projection_upsampling_network projection_upsampling_network Public

    This is the repository for PU-Net, which is a deep learning based SIM reconstruction network for Structural Illumination Microscopy noisy image data.

    Python

  4. Data_augmentation_with_VAE Data_augmentation_with_VAE Public

    Forked from Carine334/Data_augmentation_BioSR

    Hybrid data generation for Microsopy image analysis.

    Jupyter Notebook

  5. madammann/SaccadicEyeMovementNET madammann/SaccadicEyeMovementNET Public

    Final project repository for the IANNwTF course.

    Python

  6. efficient-dialogue-summarization-lora efficient-dialogue-summarization-lora Public

    LLM experiment to test different model to comapre training stratigies to achive performance

    Python