The document presents a model for finding functionally similar projects on GitHub. It constructs documents from a project's textual and source code content. It then measures similarity between documents using Word Mover's Distance (WMD) in the embedded space generated by Word2Vec word embeddings. An evaluation of preliminary results found the top 5 search results for a query about an "android browser" were correctly similar projects. The model leverages Word2Vec and WMD to capture semantic similarity between projects beyond bag-of-words comparisons.