Skip to content
View RebeccaFritz's full-sized avatar

Block or report RebeccaFritz

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

Projects

Mystery Author Text Generator

Python PyTorch NLP Transformers

Dual transformer language model trained on 2.4M words of classic mystery fiction (Christie & Doyle) that generates text in each author's distinct style. Built from scratch in PyTorch — full ML pipeline including data preprocessing, hyperparameter tuning with grid search, and train/validation/test evaluation.

View repository →


Bulk Gmail Filter Manager

JavaScript Google Apps Script Gmail API Automation

Google Apps Script tool for bulk-creating and managing Gmail filters from a simple config array. Auto-creates labels (including nested ones), skips duplicate filters, replaces outdated ones, and backfills labels onto existing emails.

View repository →


Bit Battle

Go JavaScript SQLite Agile

Competitive 2-player browser game combining Pong mechanics with a hex-to-binary conversion challenge. Built with a team following Agile methodologies.

View repository →


Accretion Disc Heat-Map Simulation

Python VPython Research

Collaborative research project simulating gas particle collisions to accurately model temperature variations in accretion discs within binary star systems. Tests multiple simulation methods for heat-map generation.

View repository →


Connect Five

Java Algorithms

Java algorithm for the board game Connect Five featuring priority-based move selection for two game modes: first to five and most sets of five.

View repository →

Pinned Loading

  1. Accretion-Disc-Heat-Map Accretion-Disc-Heat-Map Public

    This simulation models the cataclysmic variable system EPIC 220615486 using point particles. It incorporates a heat map and explores several solutions for implementing particle collisions.

    Python

  2. Mystery-Author-Text-Generator Mystery-Author-Text-Generator Public

    PyTorch transformer trained on Christie & Conan Doyle — generates mystery fiction in each author's style, alternating between the two.

    Python

  3. bit-battle bit-battle Public

    Bit Battle is a 2-player browser game that fuses Pong-style paddle mechanics with hex-to-binary conversion challenges. Play online at hexapong.fly.dev or run locally on your own machine.

    Go

  4. Bulk-Gmail-Filters Bulk-Gmail-Filters Public

    Bulk-create and manage Gmail filters from a simple array using Google Apps Script — auto-creates labels, skips duplicates, and replaces outdated filters.

    JavaScript

  5. Connect-Five Connect-Five Public

    Java algorithm for the board game Connect Five — priority-based move selection for both short (first to five) and long (most sets of five) game modes. 🏆 1st place, UD Discrete Structures tournament.

    Java 1