This document provides an overview and summary of a project report on text clustering. The report describes a system that takes in a collection of documents as input, clusters the documents into groups based on similarity, and allows the user to iteratively explore and refine the clusters to find relevant documents. The system represents documents as vectors, uses cosine similarity to initially cluster documents, and applies Bayesian machine learning to further refine the clusters. It aims to allow users to efficiently browse and retrieve relevant documents without viewing the entire collection.