Skip to content

Emoji Forest Statistics: A web-based dashboard built with Dash for visualizing and analyzing emoji tree heights.

Notifications You must be signed in to change notification settings

MahmoudHassan/emoji-forest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Emoji Forest Statistics 🌲

This is a web-based dashboard built with Dash, a Python framework for building analytical web applications. The dashboard allows you to visualize and analyze emoji tree heights in an emoji forest.

Demo

You can access a live demo of the Emoji Forest Statistics dashboard here.

Features

  • Grow emoji trees in your forest by selecting the number of trees using a slider.
  • Measure the height of a special tree by entering its height in centimeters.
  • View a data table showing the heights of the emoji trees.
  • Visualize the distribution of tree heights with a histogram.
  • Analyze the statistical summary of tree heights, including range, interquartile range, standard deviation, variance, and shape.
  • Explore the relationship between tree index and height with a scatter plot.
  • The dashboard uses Bootstrap for styling.

How to Use

  1. Run the Python script to start the Dash application.
  2. Use the slider to select the number of trees you want to grow in your forest.
  3. Click the "Grow Emoji Trees!" button to generate the emoji trees.
  4. Enter the height of a special tree in centimeters and click the "Measure Special Tree" button to add it to the data.
  5. Explore the data table, histogram, box plot, and scatter plot to analyze the emoji tree heights.
  6. The statistical summary provides insights into the data distribution and shape.
  7. Enjoy exploring the emoji forest statistics!

Requirements

  • Python 3.x
  • Dash
  • Plotly
  • Pandas
  • NumPy
  • Dash Bootstrap Components

How to Run

  1. Install the required packages using pip or conda.
  2. Run the Python script using the command python script.py.
  3. Open a web browser and visit http://localhost:7003 to access the dashboard.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Emoji Forest Statistics: A web-based dashboard built with Dash for visualizing and analyzing emoji tree heights.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages