Skip to content
View Schoggi-Mimi's full-sized avatar
🐒
🐒

Highlights

  • Pro

Block or report Schoggi-Mimi

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Schoggi-Mimi/README.md

Welcome to my humble abode!

Take a look at my repositories and feel free to contact me if you have any questions. I am always happy to help.

#!/usr/bin/python
# -*- coding: utf-8 -*-

class AboutMe(object):

    def __init__(self):
        self.name = "Schoggi Mimi"
        # self.location = "Switzerland"

me = AboutMe()

Socials

Popular repositories Loading

  1. teledermatology-image-quality-assessment teledermatology-image-quality-assessment Public

    Bachelor Thesis 2024

    Python 6

  2. bachelor-course-projects bachelor-course-projects Public

    This repository is an archive of selected coursework from my bachelor studies in Artificial Intelligence and Machine Learning. It contains smaller projects from different modules and shows the rang…

    Jupyter Notebook

  3. kpi-benchmarking kpi-benchmarking Public

    This project automates KPI extraction and benchmarking from Swiss annual accounts and salary files, then presents the results in a Streamlit dashboard for multi-year company and industry comparison.

    Python

  4. medical-nlp-pipeline medical-nlp-pipeline Public

    This project explores a medical text dataset, evaluates named entity recognition approaches, and compares baseline and transformer-based models for the main downstream task.

    Jupyter Notebook

  5. bladder-cancer-proteomics-analysis bladder-cancer-proteomics-analysis Public

    This project analyzes bladder cancer proteomics data to identify patient subpopulations and the proteins most associated with subtype and clinical outcome differences.

    Jupyter Notebook

  6. master-thesis master-thesis Public

    Code and experiments for fine-grained grounding in dermoscopic skin-lesion classification (ISIC). Implements comparison-based CAM methods to highlight discriminative features between clinically sim…

    Jupyter Notebook