Skip to content
View Allicai's full-sized avatar
  • 08:36 (UTC -04:00)

Highlights

  • Pro

Block or report Allicai

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

👋 Hey there!

My name's Vin, and I'm a computer science student at Northeastern University! Here's some info about me:

Work Experience

📦 Software Development Engineer Co-Op at Amazon [Present]

❄️ AI/ML Software Engineer Intern at Snowflake [Fall 2024]

🕹️ Data Science Intern at Mobalytics [Summer 2024]

✏️ Teaching Assistant for Northeastern's OOD & Algorithms courses [2023]

Personal Projects

🔭 I’m currently working on Agentic AI for the stock market...

🌱 I’m currently learning about Computer Vision


snake eating my contributions

Pinned Loading

  1. EmotionClassification EmotionClassification Public

    Performing emotion classification on a kaggle dataset using models such as Logistic Regression, LSTM Neural Network, and DistilBERT, a transform-based model.

    Jupyter Notebook

  2. high-speed-rail high-speed-rail Public

    HSR Algorithm; Finding an ideal railway network for North America using data involving costs of construction, emissions from flights, passengers served, etc.

    Jupyter Notebook 1

  3. CollageComplete CollageComplete Public

    Image processing software design with object-oriented programming; functionality to layer images, crop, apply filters, save and load image files, etc.

    Java

  4. Set Set Public

    Object-Oriented Implementation of the card game Set; lays out cards in grid, the player picks a pair of 3 cards that match, and the cards are replaced until the game ends. Functionality to shuffle …

    Java