Pinned Repositories
Buddy
A full-stack web application using Django for students to track their progress on completing physical and mental health goals. Uses PostGreSQL database models for storing user data. User interface for users to vote for submissions on health challenges using React.js, HTML, and CSS.
Resume-to-Job
A web application that takes in a user's resume as input, parses the key words using Google Cloud Vision API, and scrapes job search websites to recommend jobs that match the user's qualifications. Built using MongoDB, Express.js, and React.js.
study-bears
A web application that allows students to create and search for study groups. Built using SQLite for the database, Django for the MVC framework, and HTML/CSS for the front-end. Adds events to calendar using Google Calendar API, and scrapes upcoming test/project dates and practice exams using the Beautiful Soup library.
Image-Similarity-Search
A representation learning command line application in TensorFlow that searches for images that have the most features in common with the input. Extracts features from images using the Inception convolutional neural network. Indexes the images by feature using locality sensitive hashing. Performed approximate nearest-neighbors search to return a list of images most similar to the input.
Ants
A tower defense game based on Plants vs. Zombies.
first-contributions
🚀✨ Help beginners to contribute to open source projects
Hog
A simulator and strategy functions for the dice game, Hog.
katie-gu.github.io
My personal website.
local_library
A web application that simulates a library, with functionality for creating, deleting, and updating books and genres.
Maps
A Voronoi diagram visualization of restaurant ratings.
katie-gu's Repositories
katie-gu/Resume-to-Job
A web application that takes in a user's resume as input, parses the key words using Google Cloud Vision API, and scrapes job search websites to recommend jobs that match the user's qualifications. Built using MongoDB, Express.js, and React.js.
katie-gu/Image-Similarity-Search
A representation learning command line application in TensorFlow that searches for images that have the most features in common with the input. Extracts features from images using the Inception convolutional neural network. Indexes the images by feature using locality sensitive hashing. Performed approximate nearest-neighbors search to return a list of images most similar to the input.
katie-gu/Buddy
A full-stack web application using Django for students to track their progress on completing physical and mental health goals. Uses PostGreSQL database models for storing user data. User interface for users to vote for submissions on health challenges using React.js, HTML, and CSS.
katie-gu/Ants
A tower defense game based on Plants vs. Zombies.
katie-gu/first-contributions
🚀✨ Help beginners to contribute to open source projects
katie-gu/Hog
A simulator and strategy functions for the dice game, Hog.
katie-gu/katie-gu.github.io
My personal website.
katie-gu/local_library
A web application that simulates a library, with functionality for creating, deleting, and updating books and genres.
katie-gu/Maps
A Voronoi diagram visualization of restaurant ratings.
katie-gu/ray
A high-performance distributed execution engine
katie-gu/Scheme-Interpreter
Katie and Ashwarya's Scheme Interpreter for CS 61A
katie-gu/study-bears
A web application that allows students to create and search for study groups. Built using SQLite for the database, Django for the MVC framework, and HTML/CSS for the front-end. Adds events to calendar using Google Calendar API, and scrapes upcoming test/project dates and practice exams using the Beautiful Soup library.
katie-gu/Study_Bears
An Android app that allows students to create study groups.