From a43b0ac1b269b66655e5a4a1da5f42759d3febc0 Mon Sep 17 00:00:00 2001 From: gyamfi01 <112565160+gyamfi01@users.noreply.github.com> Date: Fri, 3 May 2024 16:22:45 -0400 Subject: [PATCH] Update README.md --- src/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index 624d4f0..4b54dfb 100644 --- a/src/README.md +++ b/src/README.md @@ -6,7 +6,9 @@ To allow the user to experience and execute your prototype, you must first expla ## Key Features -TODO: Outline the main technical features of your prototype. +* Player Statistic Retrieval: Users can enter the name of an NBA player to retrieve detailed career statistics. +* Data Visualization: The prototype provides visual representations of the data such as points per game over time using matplotlib and seaborn. +* Interactive Web Interface: Implemented using streamlit, allowing users to interactively query NBA player stats and view results in a web browser. ## Requirements