https://github.com/avaiga/demo-movie-genre
The code for the Popular Movies by Genre Dashboard
https://github.com/avaiga/demo-movie-genre
Last synced: about 2 months ago
JSON representation
The code for the Popular Movies by Genre Dashboard
- Host: GitHub
- URL: https://github.com/avaiga/demo-movie-genre
- Owner: Avaiga
- License: apache-2.0
- Created: 2023-03-29T08:37:25.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-14T14:22:53.000Z (9 months ago)
- Last Synced: 2025-04-05T15:11:15.690Z (7 months ago)
- Language: Python
- Homepage:
- Size: 401 KB
- Stars: 8
- Watchers: 2
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Movie Genre Demo
## Usage
- [Usage](#usage)
- [Demo Movie Genre](#what-is-demo-sales-dashboard)
- [Directory Structure](#directory-structure)
- [License](#license)
- [Installation](#installation)
- [Contributing](#contributing)
- [Code of conduct](#code-of-conduct)## What is Movie-Genre demo
Taipy is a low-code Python library for creating Business Applications. More information on our [website](https://www.taipy.io).
[Demo Movie Genre](https://github.com/Avaiga/demo-movie-genre) demonstrates how Taipy can read an csv file and show interesting results. This demo creates a back-end execution, also called scenario in Taipy Core. Our scenario will filter movie data based on the genre you choose. This scenario will be submitted each time the genre selection changes and output the seven most popular movies of that genre.The output will be shown on Taipy GUI, where you will also be able to select the genre.
### Demo Type
- **Level**: Basic
- **Topic**: Taipy-GUI & Taipy-Core
- **Components/Controls**:
- Taipy GUI: selector, chart, interactive elements
- Taipy Core: data note, task, pipeline, scenario## How to run
This demo works with a Python version superior to 3.8. Install the dependencies of the *requirements.txt* and run the *main.py*.
## Directory Structure
- `src/`: Contains the demo source code.
- `src/data`: Contains the application data files. An Excel can be found here.
- `CODE_OF_CONDUCT.md`: Code of conduct for members and contributors of _demo-movie-genre.
- `CONTRIBUTING.md`: Instructions to contribute to _demo-movie-genre.
- `INSTALLATION.md`: Instructions to install _demo-movie-genre.
- `LICENSE`: The Apache 2.0 License.
- `Pipfile`: File used by the Pipenv virtual environment to manage project dependencies.
- `README.md`: Current file.## License
Copyright 2023 Avaiga Private LimitedLicensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
[http://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.## Installation
Want to install _demo movie genre_? Check out our [`INSTALLATION.md`](INSTALLATION.md) file.
## Contributing
Want to help build _demo movie genre_? Check out our [`CONTRIBUTING.md`](CONTRIBUTING.md) file.
## Code of conduct
Want to be part of the _demo movie genre_ community? Check out our [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md) file.