This document describes a scientific document summarization system that uses a Bernoulli model algorithm to extract the most informative sentences from a document to create a short summary. The system allows users to upload documents in various formats, extracts words and sentences, calculates term frequencies, applies part-of-speech tagging, and ranks sentences based on the Bernoulli model to select the most important sentences for the summary, which is generated in text format. The current status indicates login/upload pages have been created and database connectivity validated, and the system has been analyzed based on IEEE papers to evaluate relevance and feasibility.