Skip to content
View AndreasScharnetzki's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@news-document-pipeline-htw-berlin
Block or Report

Block or report AndreasScharnetzki

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

conway a message

About me...

var andreas = {
  pronouns: "he" | "his",
  code: [Python, Java, C#, Scala, SQL],
  tools: [PySpark, Airflow, Hue, Hive, HBase, HDFS, Pandas, PyTorch, TensorFlow, Keras, 
          Librosa, Gensim, SpaCy, NumPy, Scikit-learn, Spark NLP, Postgres],

  about: "This year I completed my bachelor's degree in applied computer science at HTW-Berlin.\n
          Currently I'm working on a program about music theory (functional harmony) and get myself familiar with AI-driven art.\n
          I'm really passionate about making music, photography, cooking and have a professional medical background."
}

Pinned

  1. EmotionClassifier EmotionClassifier Public

    A Convolutional Neural Network that distinguishes between the speakers emotions. Comes with multiple preprocessors to improve the models performance.

    Python

  2. NLP NLP Public

    A Jupyter Notebook containing methods for common tasks related to the field of Natural Language Processing

    Jupyter Notebook 1 1

  3. MachineLearningFundamentals MachineLearningFundamentals Public

    A notebook about commonly used machine learning algorithms.

    Jupyter Notebook 3

  4. ImageProcessing ImageProcessing Public

    A notebook containing techniques used in image processing

    Jupyter Notebook

  5. CargoManagementSystem CargoManagementSystem Public

    Scalable, serializable, offline data base management system for customers and their cargo.

    Java

  6. TCP_Chat TCP_Chat Public

    CLI-based chat application that allows two peers to exchange text messages, using a TCP connection on a desired port.

    Java