Skip to content
View Benjamin-Avrahami's full-sized avatar

Block or report Benjamin-Avrahami

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

Hi there 👋

Hello, I'm Benjamin, a recent graduate from Rensselaer Polytechnic Institute. I am currently looking for work in the software industry. A brief overview of the repositories I have worked on so far...

Most of them fall into one of three categories:

School Projects

These are typically applications that I coded up, sometimes with 1-2 other people, for a class assignment that was significantly larger than average. Usually created in one or two weeks, used for the assignment, and then not used after the semester is over.
Repositories in this section include:

Rensselaer Center for Open Source (RCOS) Projects

These are larger applications that I have worked on in teams of 5-12 people, for a full semester or more. These are intended to be used by the public, and in most cases are fully deployed and have ongoing support.
Repositories in this section include:

Personal Projects

A much more variable category, as these are just things I code up for fun, so there are essentially no limitations on what it could contain.
Repositories in this section include:

  • https://github.com/Benjamin-Avrahami/Sidereal-Optimization - (Ongoing) Plans for this are still fluid, but at a minimum, it will probably simulate the board game Sidereal Confluence and attempt to determine optimal strategies for gaining the most points if everyone cooperates rather than competing against each other.
  • https://github.com/Michael-Av/boggle-2024 - A locally runnable game of Boggle that you can play against a computer. Allowable words can be taken from either the Scrabble dictionary, which contains every possible word, or a more constrained version that only contains more common words.
  • https://github.com/Benjamin-Avrahami/Pareto-Frontier - (Ongoing) (Early stages) If you are trying to make a decision across a number of different axes, this site can help by removing all points that are strictly worse than some other point, ensuring that you are only making tradeoffs between two possible decisions rather than ignoring a third option that is simply better.

Popular repositories Loading

  1. vidtonerf vidtonerf Public

    Forked from NeRF-or-Nothing/vidtonerf

    Web server and full video synthesis pipeline based on NeRF. RCOS

    Python

  2. llama llama Public

    Forked from meta-llama/llama

    Inference code for LLaMA models

    Python

  3. web-app web-app Public

    Vue

  4. gaussian-splatting gaussian-splatting Public

    Forked from graphdeco-inria/gaussian-splatting

    Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"

    Python

  5. TML-Project TML-Project Public

    Python

  6. Sidereal-Optimization Sidereal-Optimization Public

    Java