This document summarizes a project on graph algorithms for visualizing high dimensional data from medical records. It describes using the Louvain algorithm for community detection on graphs built from electronic health records. It then discusses implementing the algorithm and using the Alchemy.js library for interactive visualization of communities in a web application built with Web.py and Bootstrap. The project aimed to survey algorithms for community detection in graphs from the medical domain and build a system combining computation and visualization of the results.