This document describes a project that uses natural language processing and the Beck Depression Inventory to analyze speech and identify if an individual exhibits symptoms of depression. The system converts speech to text using Google APIs, then applies NLP and sentiment analysis on the text using questions from the BDI. It stores the responses and determines if the person seems normal or depressed based on the answers. If depressed, it provides suggestions like seeing a doctor or engaging in activities. The goal is to accurately assess mental health through automated analysis of speech responses.