Skip to content
View Reem-Alatrash's full-sized avatar
Block or Report

Block or report Reem-Alatrash

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
Reem-Alatrash/README.md
  • 👋 Hi, I’m @Reem-Alatrash
  • 👀 I’m interested in Python, Computational Linguistics, especially NLP, and MLOps.
  • 🌱 I’m currently learning more about Foundation models, and prompt engineering and RAG for LLMs.

Pinned

  1. SER-Parallel-CNN SER-Parallel-CNN Public

    A speech emotion recognition (SER) system that won 1st place in a competition for a deep learning master-course. It uses a parallel CNN built using Keras and Tensorflow.

    Jupyter Notebook 3

  2. German-Dialect-Variation German-Dialect-Variation Public

    Selected scripts from my Master's thesis on computationally finding the syntactical differences between standard German and the urban vernacular Kiezdeutsch.

    R 1

  3. CCOHA CCOHA Public

    Scripts for creating a clean copy of the compressed tagged files of the COHA corpus.

    Python 3 1

  4. Dependency-Parser Dependency-Parser Public

    An arc-eager transition-based dependency parser that won 1st place in a competition for a master's course. It uses an averaged perceptron to train and has many features including bucketed distance.

    Python