Skip to content
View DSMaVie's full-sized avatar
๐Ÿ˜‰
๐Ÿ˜‰

Block or report DSMaVie

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

Hi there ๐Ÿ‘‹ my name is Max. What is yours?

I recently graduated from RWTH with an M.Sc. in Data Science. Before, I studied physics in Aachen as well. Additionally, I am one of the founders and managers of @QuITAC, a student club aiming to provide cloud software to another student club, the Queerreferat an den Aachener Hochschulen e. V. This profile is for my personal coding stuff. Due to my studies I am quite proficient in python, therefore most repositories you will find on this profile will contain python code. If you want to look at a good example of my coding skills take a gander at my YT playlist breaker. A more lengthy and definietly more rushed example would be my thesis code.

My currently most active project would be a refactor of the queerrefs internal tool schaukasten. The code in the top-level main isn't mine. I just wanted to try some new python tools so I basically am reworking it from scratch with proper package structure.

If you have any questions you can contact me via max [dot] vieweg [at] outlook [dot] com.

Technologies I'd like to work with

As my current skill set is quite high-level (in terms of coding languages) I'd like to expand my skill set towards/ Some more low-level languages I am thrilled about would be:

  • Rust
  • C/C++
  • MoJo

Additionally, I find the follwoing python libraries thrilling and would love the chance to work with them:

If you have any idea about what to code in those (as a chill learner's project) feel free to send it to me.

Pinned Loading

  1. playlist-breaker playlist-breaker Public

    A little project that downloads large audio files from YT and splits them according to tracklists in either description or comments. Intended for better usage with TTRPGs.

    Python

  2. ser-explo ser-explo Public

    Contains code for the master thesis: "Exploration of Speech Emotion Recognition".

    Jupyter Notebook

  3. This file contains a python>=3.5 com... This file contains a python>=3.5 compatible implementation of a Classification Label Enum for Machine Learning.
    1
    from abc import ABC
    2
    from enum import Enum
    3
    from typing import List, Union
    4
    
                  
    5
    
                  
  4. schaukasten schaukasten Public

    Forked from FelixArt/schaukasten

    Python