Skip to content

Commit

Permalink
Merge pull request #43 from DSProjects2024/abhinavdv/add-examples
Browse files Browse the repository at this point in the history
Added examples folder and site_navigation.md file
  • Loading branch information
raaguln authored Mar 13, 2024
2 parents cc8b4dc + 3a6e9dd commit b215109
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions examples/site_navigation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
To run this app locally or use our hosted website, Check out ```/examples/README.md```.

## Landing Page

Upon launching the application, users will encounter a picker interface located on the left side. This picker allows users to specify the starting and endin season and episode ranges they wish to analyze. After entering the desired parameters, users can initiate the analysis process by clicking the "Generate Summary" button. The exmaple shows a selection of From: Season 2 episode 4 and To: Season 3 Episode 6.

![Episode Rec Image](images/site_nav_4.png)

## Modal page
### Section 1: Sentiment Analysis Visualization
The application generates a line chart illustrating sentiment scores across seasons and episodes for the top three most active characters within the user-defined range. Sentiment scores reflect the emotional tone of dialogue and actions, with positive scores indicating positive sentiment and negative scores indicating negative sentiment. This visualization enables users to track the emotional journey of key characters throughout the series, facilitating the identification of trends, patterns, and significant moments in character development. Hover on the sentiments to see the score and character.

![Episode Rec Image](images/site_nav_4.png)

### Section 2: Character Wordclouds
Following the sentiment analysis, the application produces three word clouds representing the most frequently used words associated with the top three characters who speak within the specified episode range. These word clouds visually showcase the prominence of words in the dialogue or actions of these characters throughout the selected seasons and episodes. Larger words indicate higher frequency of use, providing users with insights into the primary themes, topics, and attributes associated with each character.

![Episode Rec Image](images/site_nav_4.png)

### Section 3: Summary Generation
Finally, the application generates a summary report summarizing the insights derived from the selected season and episode range. This summary offers users a concise overview of key findings and observations extracted from the analysis process, enhancing their understanding of the Game of Thrones narrative and character dynamics.

![Episode Rec Image](images/site_nav_4.png)


0 comments on commit b215109

Please sign in to comment.