- San Francisco Bay Area, California
- aleena.io
Stars
PreTeXt: an authoring and publishing system for scholarly documents
an implementation of Revisiting Adaptive Convolutions for Video Frame Interpolation using PyTorch
ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library
The Chrome Extension for easy line tracking when reading.
Blog engine written in 72 hours, to create blog spaces for bloggers to post their blogs and users to comment on blogs
Personal website aleena.io re-written in HTML/CSS/JS back end uses node and express.
Todo React app to learn React for growing my knowledge of modern frontend development. Course from Scrimba walks through lessons on how to create such an app.
React website/app to generate random yoga sequence, passion project to learn full stack web development.
Website for ahimsamala.com which was also my final project for my full stack course. The website is live, but the item page has been taken down as I am no longer selling bracelets.
Worked with Professor John Caughman to implement graph algorithms on undirected graphs such as BFS, DFS, and cycle detection in Python.
Final project for computational photography course taken at Portland State University. This algorithm uses haar features to detect elements of the face, including nose, eyebrows, lips, eyes etc.
Slack integration for Jama Software, formulated as a 6 month capstone project at Portland State University, and working directly with Jama Software in Portland, Oregon. I was team lead in this proj…
Identify digits in the MNIST dataset using 10 perceptrons. This approach, while not optimal given the fact that the dataset is not linearly separable, performs well on the MNIST data.
Another API-less Instagram pictures and videos downloader.
SLIC Superpixels* implementation was my final computer vision project. Superpixels are instrumental in segmentation. This implementation is a proof of concept as taken from SLICsuperpixels paper me…
pgPerformance was created during my summer internship at Cozy.co to help track slow PostgreSQL queries. This tool is still being used in-house at Cozy to track top 5 slowest running queries.
the framework for my full stack web development class, in which the students are ought to solve various exercises
a browser extension that keeps track of your YouTube watch history and marks videos that you have already watched
the framework for my advanced artificial intelligence class, in which an artificial chess player is ought to be implemented
an example of a CUDA extension for PyTorch using CuPy which computes the Hadamard product of two tensors
an implementation of Video Frame Interpolation via Adaptive Separable Convolution using PyTorch