Navigation Menu

Skip to content
View chnakamura's full-sized avatar
Block or Report

Block or report chnakamura

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

Hi there 👋 I'm Chris! Here are some of my projects!

😄 Pronouns: He/Him

Nurse scheduling is a significant pain-point for hospitals. This project implements a generic two-phase stochastic variable neighborhood algorithm developed by researchers at the University of Western Greece to find a near-optimal solution in quadratic time.

You should try forking the repo and customizing the cost function! I think there could be some interesting results!

Vaccine Tracker

I noticed my parents were having a lot of trouble finding vaccine appointments, so I created a bot that would text them whenever one was available! I built it using AWS Eventbridge to trigger a Lambda function every minute which makes a request to a local vaccinations site's REST API. Then, if there are appointments available, it triggers an SNS notification that sends them a text message!

A webapp that tracks how many COVID-19 trackers that are public on Github.

  • A serverless React.js app deployed using AWS S3, API Gateway and Lambda.
  • Uses AWS EventBridge and Lambda to query the Github API once per day, caching the results in a DynamoDB database in order to display results quickly and avoid rate-limiting.

A webapp that stores and automatically tags users photos for their contents using machine learning with Amazon’s Rekognition engine.

  • Deployed to AWS using S3, Lambda, RDS and EC2.

A stenography engine that I implemented without doing any resarch on stenography.

  • This was a very fun challenge!

Popular repositories

  1. bitcamp.github.io bitcamp.github.io Public

    Forked from bitcamp/bitcamp-sleeper-2016

    Bitcamp 2016 site

    CSS

  2. picquery picquery Public archive

    Initial Commit

    Python

  3. stegchris stegchris Public

    Python

  4. chnakamura chnakamura Public

  5. NurseScheduler NurseScheduler Public

    C#

  6. relay relay Public

    Forked from facebook/relay

    Relay is a JavaScript framework for building data-driven React applications.

    JavaScript