TaiPy #33
metaperl
started this conversation in
Framework Discussion: Specific
TaiPy
#33
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Build Python Data & AI web applications
Go beyond existing libraries
📚 Explore the docs
🫱🏼🫲🏼 Discord support
👀 Demos & Examples
⭐️ What's Taipy?
Taipy is designed for data scientists and machine learning engineers to build data & AI web applications.
⭐️ Enables building production-ready web applications.
⭐️ No need to learn new languages. Only Python is needed.
⭐️ Concentrate on Data and AI algorithms without development and deployment complexities.
Taipy is a Two-in-One Tool for UI Generation and Scenario/Data Management
✨ Features
⚙️ Quickstart
To install Taipy stable release run:
To install Taipy on a Conda Environment or from source, please refer to the Installation Guide.
To get started with Taipy, please refer to the Getting Started Guide.
🔌 Scenario and Data Management
Let's create a scenario in Taipy that allows you to filter movie data based on your chosen genre.
This scenario is designed as a straightforward pipeline.
Every time you change your genre selection, the scenario runs to process your request.
It then displays the top seven most popular movies in that genre.
Below is our filter function. This is a typical Python function and it's the only task used in this scenario.
This is the execution graph of the scenario we are implementing
Taipy Studio
You can use the Taipy Studio extension in Visual Studio Code to configure your scenario with no code
Your configuration is automatically saved as a TOML file.
Check out Taipy Studio Documentation
For more advanced use cases or if you prefer coding your configurations instead of using Taipy Studio,
Check out the movie genre demo scenario creation with this Demo.
User Interface Generation and Scenario & Data Management
This simple Taipy application demonstrates how to create a basic film recommendation system using Taipy.
The application filters a dataset of films based on the user's selected genre and displays the top seven films in that genre by popularity.
Here is the full code for both the frontend and backend of the application.
And the final result:

⚒️ Contributing
Want to help build Taipy? Check out our Contributing Guide.
🪄 Code of conduct
Want to be part of the Taipy community? Check out our Code of Conduct
🪪 License
Copyright 2021-2024 Avaiga Private Limited
Licensed 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
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.
Beta Was this translation helpful? Give feedback.
All reactions