Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 2.99 KB

README.md

File metadata and controls

37 lines (31 loc) · 2.99 KB

Hi there, I'm Andrea! 👋

Linkedin Email

  • 🎓 BS Computer Science, MIT (Cambridge, MA) class of 2020
  • 🌱 M.Eng Computer Science, MIT (Cambridge, MA) class of 2022
  • 📚 With experience in full-stack development, security, machine learning, data science, data visualization

Thanks for visiting my Github page! Check out some of my repos:

  • GistHub
    GistHub is a platform for developers to share code and text snippets to whomever they want. This project addresses a design concern with Github secret gists - anyone with the URL can view these gists, which makes it hard for developers to control access to their work. I worked with two others to build GistHub in 24 hours during HackMIT 2021. GistHub supports the creation of public and private code and text snippets and serves as a tool for developers to create gists and view gists shared with them. Check it out!
  • Video Annotation Tool
    A website I built with React, Node.js and SQL during my internship at NCSOFT that allows users to upload videos, annotate it for scene recognition, and output a JSON. The tool is primarily built for baseball videos to be annotated frame-by-frame with appropriate "events", "scenes", and "actions" for game highlights. More details and documentation on features can be found here.
  • Icon Style Transfer
    A website I built with React and Flask that allows users to upload pictures, and returns from 5 to 25 image samples with the selected styles (ex: wood, paper, metal, stone) up to 25 samples for each of 40 alpha parameter values. This tool interacts with a TensorFlow serving model to get the images, and sends a request for every image. Users can view images that use different alpha parameters in real time by adjusting the alpha slider and select the images they want to download at a side panel.