Uses PyTorch to generate image embeddings, and performs fast nearest neighbor search by indexing the embeddings in a KD-tree.
Play against a tic-tac-toe agent employing the minimax strategy. The agent is written in javascript.