Skip to content
View eniseirem's full-sized avatar
🌗
terraluna
🌗
terraluna

Block or report eniseirem

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

Hi, That's me!

"Talk is cheap. Show me the code."

Welcome to my GitHub. Here’s a playful look at me, via some pseudo-Python:

import pandas as pd
import projects
import publications
import sklearn
import matplotlib.pyplot as plt

class EniseIremColak:
    name = "Enise İrem Çolak"
    title = "Data Scientist in progress"
    base = ["Berlin"]
    interests = ["Explainable AI", "Genomics", "Data Visualization", "Pythonic workflows"]
    
    # 🎓 Education
    def education(self):
     return {
        "M.Sc. Data Science": {
            "university": "Freie Universität Berlin",
            "location": "Berlin, Germany",
            "years": "2024–2027",
            "status": "In Progress"
        },
        "M.Sc. Big Data": {
            "university": "Bahçeşehir University",
            "location": "Istanbul, Turkey",
            "years": "2020–2023",
            "status": "Completed"
        },
        "B.Sc. Software Engineering": {
            "university": "Bahçeşehir University",
            "location": "Istanbul, Turkey",
            "years": "2015–2019",
            "status": "Completed"
        }
    }

    # 💼 Experience
    def experience(self):
        return pd.DataFrame([
            {"role": "Student Researcher", "company": "Fraunhofer HHI", "focus": "Explainable AI", "duration": "2026–..."},
            {"role": "Data Scientist - Monitoring Platform Owner", "company": "Vakıfbank", "focus": "Machine Learning / Python", "duration": "2022–2026"},
            {"role": "Software Engineering Specialist", "company": "Kapital Media", "focus": "Web Development / PHP", "duration": "2021–2022"},

        ])

    # 🛠️ Tech Stack
    def tech_stack(self):
        return {
            "Languages": ["Python", "R", "PHP", "Julia"],
            "Frameworks": {
                        "Python": ["Pandas", "NumPy", "Scikit-learn", "Django"],
                        "PHP": ["Laravel"] },
            "Tools": ["Linux", "MySQL", "Weka", "N8N", "Prometheus", "NiFi", "Docker"],
            "Currently Exploring": ["xAI", "Interpretable ML", "Data ethics"]
        }

   # 🌍 Spoken Languages
    def languages_spoken(self):
        return {
            "Turkish": "Native",
            "English": "Professional",
            "German": "A1 - In progress 🥨"
      }

Disclaimer: This code won't compile — but my curiosity does. inspiration : ashbakernz

Pinned Loading

  1. zilandemirell/piggybank zilandemirell/piggybank Public

    PHP 1 4

  2. ja-nina/MammoNet ja-nina/MammoNet Public

    Jupyter Notebook

  3. operator-terminagent operator-terminagent Public

    TypeScript

  4. news-summary-project news-summary-project Public

    Python 1