aleenaniklaus
Adobe member of technical staff II. Researcher in my spare time. If you're in Portland, Oregon, you might see my face (an ad) on a bus
@adobeSan Francisco Bay Area, California
Pinned Repositories
ahimsa_mala_website
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.
aleena.io
Personal website aleena.io re-written in HTML/CSS/JS back end uses node and express.
blog_engine
Blog engine written in 72 hours, to create blog spaces for bloggers to post their blogs and users to comment on blogs
facial_recognition
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.
graph_algorithms
Worked with Professor John Caughman to implement graph algorithms on undirected graphs such as BFS, DFS, and cycle detection in Python.
jama-slack-integration
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 project, and therefore supervised the team of 6 and project (I did not personally write any code).
MNIST_via_perceptrons
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.
pg_performance
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.
SLIC_superpixels
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 mentioned in README.
todo_react_app
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.
aleenaniklaus's Repositories
aleenaniklaus/SLIC_superpixels
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 mentioned in README.
aleenaniklaus/pg_performance
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.
aleenaniklaus/ahimsa_mala_website
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.
aleenaniklaus/facial_recognition
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.
aleenaniklaus/aleena.io
Personal website aleena.io re-written in HTML/CSS/JS back end uses node and express.
aleenaniklaus/blog_engine
Blog engine written in 72 hours, to create blog spaces for bloggers to post their blogs and users to comment on blogs
aleenaniklaus/graph_algorithms
Worked with Professor John Caughman to implement graph algorithms on undirected graphs such as BFS, DFS, and cycle detection in Python.
aleenaniklaus/jama-slack-integration
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 project, and therefore supervised the team of 6 and project (I did not personally write any code).
aleenaniklaus/MNIST_via_perceptrons
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.
aleenaniklaus/todo_react_app
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.
aleenaniklaus/yoga_generator
React website/app to generate random yoga sequence, passion project to learn full stack web development.
aleenaniklaus/file-type
Detect the file type of a Buffer/Uint8Array/ArrayBuffer
aleenaniklaus/react-spectrum
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.