Skip to content
View sam-zlota's full-sized avatar

Block or report sam-zlota

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

Update: This is not accurate :)

About Me

Hi! I am Sam. I currently am an undergraduate at Northeastern University studying Computer Science with a concentration in Artificial Intelligence. I primarily use GitHub as a portfolio for my personal and school projects. You can contact me at (zlota dot s at northeastern dot edu).

Overview of Projects

Current Works in Progress (Python)

AI/ML (Python)

Systems Design(C, X86-64 Assembly)

OOD/Software (Java)

Pinned Loading

  1. marble-solitaire marble-solitaire Public

    implementation of three variations of marble solitaire using Model-View-Controller design scheme

    Java

  2. filesystem filesystem Public

    a FUSE filesystem driver that will let you mount a disk image as a filesystem

    C 1 1

  3. animation-gui animation-gui Public

    highly interactive GUI for creating animations consisting of ellipses and rectangles from text-based instructions with support for pause/play, restart, speed up/down, looping on/off, and adding/rem…

    Java

  4. covid-lung-scan-classifer covid-lung-scan-classifer Public

    Forked from Coronavirus-Visualization-Team/CVT_COVID-CT-CNN

    Convolutional Neural Network Binary Classifier for COVID Detection in Lung CT-Scans using keras/tensorflow, sklearn

    Jupyter Notebook

  5. chess-engine chess-engine Public

    a chess engine built on the adversarial search minimax algorithm with alphabeta pruning that selects moves using a logistic regression model for Artificial Intelligence (CS 4100) final project

    Jupyter Notebook

  6. Memory-Allocator Memory-Allocator Public

    C