Small-Projects!

The Great RGB Color Guessing Game
Description
Click Here to Play Game!
This Project was created with html, css and javascript. This is a game where the goal is to guess the correct color based on the RGB color scheme given in the header. Once you win, you can select a new game by selecting "New Colors" button. There are two modes, easy and hard.
Eva's Blog
Description
Click Here to View Site!
This application was just a template homepage for a friend to demo a blog site.
ICS Information Retrieval System
Description

Stack: python 2.7, (python libraries) tkinter gui, nltk, mongodb, pymongo.

This project consisted of three parts, firstly crawling the uci.ics webpage and downloading the content. Building the inverted index given a corpus of documents and finally creating a ranked retrieval system, using tf-idf weights and calculating cosine scores.