Skip to content

The Mean, Median, and Mode of Apples Web App is a Python project that visualizes and analyzes apple quantities. It uses Dash, Plotly, and Statistics to calculate and display mean, median, and mode values.

Notifications You must be signed in to change notification settings

MahmoudHassan/apple-story

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Mean, Median, and Mode of Apples Web Application

This project is a web application built using Dash, a Python framework for creating interactive web applications. The application allows users to input the number of apples they have and the number of apples their friends have, and it provides visualizations and calculations of the mean, median, and mode of the apple quantities.

Features

  • Input boxes for the user's apple quantity and their friends' apple quantities
  • Bar chart visualization of the apple quantities for each person
  • Calculation and display of the mean, median, and mode values
  • Dynamic explanations of the mean, median, and mode calculations
  • Interactive elements such as emojis and annotations on the bar chart

Technologies Used

  • Python
  • Dash framework
  • Plotly library
  • Statistics module

Getting Started

To run the application locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/MahmoudHassan/mean-median-mode-apples.git
  1. Install the required dependencies:
pip install dash plotly numpy statistics
  1. Run the application:
python app.py
  1. Open your web browser and navigate to http://localhost:7002 to access the application.

Alternatively, you can directly access the live version of the application hosted on https://applestory.egylogic.com/.

Usage

  1. Enter the number of apples you have in the input box labeled "You".
  2. Enter the number of apples each of your friends have in their respective input boxes.
  3. The bar chart will update to display the apple quantities for each person.
  4. The mean, median, and mode values will be calculated and displayed below the chart.

License

This project is licensed under the MIT License.

About

The Mean, Median, and Mode of Apples Web App is a Python project that visualizes and analyzes apple quantities. It uses Dash, Plotly, and Statistics to calculate and display mean, median, and mode values.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages