Skip to content
View evandiewald's full-sized avatar

Block or report evandiewald

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

πŸ‘‹ Hi, I'm Evan!

# Initialize main profile configurations
import pytorch as torch
import pandas as pd
from pyspark.sql import SparkSession

class Engineer:
    def __init__(self):
        self.name = "Evan Diewald"
        self.role = "Data & ML Engineer"
        self.location = "Cleveland, OH"
        self.company = "Amazon Web Services (AWS)"
        
    def get_socials(self) -> pd.DataFrame:
        return pd.DataFrame({
            "platform": ["LinkedIn", "Medium", "Google Scholar"],
            "url": [
                "linkedin.com/in/evan-diewald-68786413b/",
                "evandiewald.medium.com/",
                "scholar.google.com/citations?hl=en&user=PqHDYuYAAAAJ&view_op=list_works",
            ]
        })

    def get_tech_stack(self) -> torch.Tensor:
        return torch.stack([
            "PyTorch", "TensorFlow", "huggingface",   # ML & Deep Learning
            "Python", "SQL", "TypeScript",            # Languages
            "Spark", "Airflow", "dbt",                # Data Engineering
            "Terraform", "Docker", "AWS CDK",         # Infrastructure
        ])
        
# Initialize Spark session for education history
spark = SparkSession.builder.appName("education").getOrCreate()

education = spark.createDataFrame([
    ("Carnegie Mellon University", "Master's in Mechanical Engineering", "2019-2021"),
    ("Penn State University", "Bachelor's in Mechanical Engineering", "2016-2019")
], ["institution", "degree", "years"])

# Function to get current focus areas
def current_focus() -> list:
    return [
        "Large Language Models πŸ€–",
        "MLOps & Model Deployment πŸš€",
        "Infrastructure as Code ⚑",
        "Data Pipeline Optimization πŸ“Š"
    ]

if you.are_interested_in(["GenAI", "Data Engineering", "AWS"]):
    feel_free_to.connect()

Pinned Loading

  1. aws-samples/genomic-language-model-pretraining-with-healthomics-seq-store aws-samples/genomic-language-model-pretraining-with-healthomics-seq-store Public

    Python 10 2

  2. fantasy-football-agent fantasy-football-agent Public

    An end-to-end guide covering integration with the Sleeper API, creation of a Streamlit UI, and deployment via AWS CDK.

    Python 4 1

  3. helium-topography helium-topography Public

    Topography-informed multitrilateration with applications.

    Python 3 3

  4. LongHive LongHive Public

    A smart beehive monitoring system using edge computing and the Helium protocol.

    C++ 11

  5. trail-mapping trail-mapping Public

    Creating the perfect hike with OSM and NetworkX.

    Python 21 3

  6. aws-samples/finetuning-passage-embeddings-with-genq aws-samples/finetuning-passage-embeddings-with-genq Public

    Fine-tuning an embedding model for domain-specific applications.

    Jupyter Notebook 5 1