Introduction
Demo Movie Genre showcases a simple front and backend application entirely made with Taipy. The demo relies on a back-end configuration, called scenario in Taipy Core, to filter a movie dataset based on a genre. This genre is selected by the user directly on the GUI.
Each time a new genre is selected, the scenario is submitted again, and so filtering the data with the selected genre. The scenario output is the seven most popular movies of the selected genre.
One chart is shown on the web application. It presents the seven most popular movies for the selected genre. The chart shows the titles of the movies and their popularity in %.
This demo allows users to quickly and easily create a full application that integrates front and back end on a standard filtering function.