Skip to content
View SeanvonB's full-sized avatar

Block or report SeanvonB

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

Hello, World!

import { SeanvonB as Me } from "https://www.linkedin.com/in/seanvonb";

class About extends Me {
	constructor(...args) {
		super(...args);
		this.name = "Sean von Bayern";
		this.pronouns = [ "he", "him", "they", "them" ];
		this.communities = [ "BoulderNLP", "CLASIC", "Queer in AI", "Udacity" ];
		this.education = [ "University of Colorado Boulder", "Evergreen State College" ];
		this.work = { assignment: "Meta", employer: "Tundra" };
		this.experience = [ "Linguist", "Software Engineer", "Teacher", "Team Manager" ];
		this.hobbies = [ "baking", "gaming", "hiking", "tabletop roleplaying" ];
		this.home = "Seattle, Washington";
		this.location = "Redmond, Washington";
	}
}

My Projects

Recent Work

Publications

AI & Machine Learning

Web Development

My Tools

Python Logo
Python
NumPy Logo
NumPY
PyTorch Logo
PyTorch
MATLAB Logo
MATLAB
Hugging Face Logo
Hugging Face
Git Logo
Git
Google Cloud Logo
GCP
AWS Logo
AWS
HTML Logo
HTML
CSS Logo
CSS
JavaScript Logo
JavaScript
TypeScript Logo
TypeScript
React Logo
React
Node.js Logo
Node.js
Kubernetes Logo
Kubernetes
Docker Logo
Docker

Pinned Loading

  1. todo-list todo-list Public

    Create sortable lists of todo items

    JavaScript

  2. speech-recognizer speech-recognizer Public

    Transcribe spoken audio to text using machine learning

    Python

  3. restaurant-reviewer restaurant-reviewer Public

    Find reviews for local restaurants

    JavaScript

  4. language-translator language-translator Public

    Translate English text to French using machine learning

    Python

  5. arcade-game arcade-game Public

    Cross the road while avoiding obstacles

    JavaScript

  6. image-captioner image-captioner Public

    Generate written descriptions of images using machine learning

    Python