Skip to content
View jbejjani2022's full-sized avatar
  • Harvard University
  • 23:24 (UTC -12:00)
  • LinkedIn in/jbejjani4

Highlights

  • Pro

Organizations

@theharvardcrimson

Block or report jbejjani2022

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

About Me

Hi! I'm a junior at Harvard studying computer science and statistics. Here are some projects I've worked (or am working) on.

I like...

training models on large (and small) datasets

music

  • VioLibrary - a full-stack web app for violin repertoire exploration and recommendation 🎻

language

  • SlavicGPT (WIP) - generate fresh Dostoevsky and Tolstoy with GPTs trained on Russian language scraped from the web ✍️
  • bardle - a Shakespearean wordle with the Bard reacting as you play 🪶

math

  • NetworkConnectivity - a paper applying linear algebra to graph theory to solve network analysis problems, with a Python application analyzing the connectivity of a collaboration network of jazz musicians 🕸️

other fun things

  • SnakeCube - Snake, but 3D...and with LEDs! 🐍
  • PodcastPal - chat with an AI assistant about a Lex Fridman podcast episode 🤖
  • MiniML - some OCaml metacircular interpreters manifesting varying semantics 🐪

Tech Stack

Langs

Web Dev

Frameworks

Tools

Pinned Loading

  1. InferBiomechanics InferBiomechanics Public

    Forked from keenon/InferBiomechanics

    Training and evaluation of a diffusion model on the newly released AddBiomechanics dataset for generating sequences of human motion.

    Python 2 1

  2. VioLibrary VioLibrary Public

    A web application for searching violin recital repertoire, discovering new pieces via personalized recommendations, and brainstorming and building recital programs.

    Python

  3. SlavicGPT SlavicGPT Public

    Training and fine-tuning of medium-sized GPTs on Russian text and Slavic literature.

    Jupyter Notebook

  4. SnakeCube SnakeCube Public

    The classic "Snake" game reimagined onto the 3D playing field of a self-contained, rotation-controlled LED cube.

    C++

  5. MiniDiffusion MiniDiffusion Public

    A PyTorch implementation of a diffusion model for image generation. Experiments done using MNIST and CIFAR-10 datasets, with my results from the learned denoising process.

    Python

  6. bardle bardle Public

    A Wordle spinoff using only words from Shakespeare's works, with Shakespeare reacting as you play.

    JavaScript