Skip to content
View Allicai's full-sized avatar
  • 01:25 (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

A CS student at Northeastern University


๐Ÿ”ญ Iโ€™m currently working on a number of computer vision projects and TTSP for audiobook generation

๐ŸŒฑ Iโ€™m currently learning about FastSpeech2 and Kubernetes


โš’๏ธ Languages-Frameworks-Tools โš’๏ธ





๐Ÿ My Contributions ๐Ÿ


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

  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