Skip to content
View laitifranz's full-sized avatar

Highlights

  • Pro

Block or report laitifranz

Report abuse

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

Report abuse
laitifranz/README.md

Hey! I'm Francesco

  • 🚀 PhD Student in Machine Learning @ UniPisa/UniTrento
  • 🤖 Exploring AI innovations & cool frameworks
  • 🍎 lover!

Francesco's Skills

Pinned Loading

  1. MemCoach MemCoach Public

    [CVPR 2026] MemCoach: Steering-based MLLM for Actionable Image Memorability Feedback

    Python 32

  2. Prompt2Guard Prompt2Guard Public

    [ICPR 2024] Exemplar-free continual deepfake detector that leverages CLIP and domain-specific multi-modal prompts

    Python 15

  3. traiNreal traiNreal Public

    [IEEE Star 2023 | Nreal AR JAM Challenge 2022] A pocket-size metatrainer: fitness is only a gesture away

    C# 9 2

  4. AR-SMPLX AR-SMPLX Public

    Animation of an SMPLX character in an augmented reality application

    C# 18 5

  5. SLURM Job Notifications via Telegram... SLURM Job Notifications via Telegram Bot
    1
    # SLURM Job Notifications via Telegram Bot
    2
     
    3
    ## Prerequisites
    4
    1. Create a bot using [@BotFather](https://telegram.me/BotFather) and store the token, this will be your <TELEGRAM_BOT_TOKEN>
    5
    2. Start a conversation with your bot, send a text message (e.g., "Hi") after _/start_ 
  6. Cleanup old GitHub Pages deployments Cleanup old GitHub Pages deployments
    1
    #!/usr/bin/env sh
    2
    set -eu
    3
     
    4
    # Usage: ./cleanup-pages.sh [owner/repo]
    5
    # Priority: arg > REPO env var > gh auto-detection from current repo