https://github.com/avaiga/taipy
Turns Data and AI algorithms into production-ready web applications in no time.
https://github.com/avaiga/taipy
automation data-engineering data-integration data-ops data-visualization datascience developer-tools hacktoberfest hacktoberfest2023 job-scheduler mlops orchestration pipeline pipelines python scenario scenario-analysis taipy-core taipy-gui workflow
Last synced: 3 days ago
JSON representation
Turns Data and AI algorithms into production-ready web applications in no time.
- Host: GitHub
- URL: https://github.com/avaiga/taipy
- Owner: Avaiga
- License: apache-2.0
- Created: 2022-02-18T15:55:45.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-05-12T13:08:19.000Z (4 days ago)
- Last Synced: 2025-05-12T14:32:05.372Z (4 days ago)
- Topics: automation, data-engineering, data-integration, data-ops, data-visualization, datascience, developer-tools, hacktoberfest, hacktoberfest2023, job-scheduler, mlops, orchestration, pipeline, pipelines, python, scenario, scenario-analysis, taipy-core, taipy-gui, workflow
- Language: Python
- Homepage: https://www.taipy.io
- Size: 150 MB
- Stars: 18,072
- Watchers: 79
- Forks: 1,882
- Open Issues: 159
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
![]()
Build Python Data & AI web applications
From simple pilots to production-ready web applications in no time.
No more compromises on performance, customization, and scalability.
Go beyond existing libraries## Table of Contents
- [Taipy? What for?](#-what-for)
- [Taipy and its ecosystem](#-taipy-and-taipy-ecosystem)
- [Quickstart](#-quickstart)
- [Documentation and resources](#-documentation-and-resources)
- [Contributing](#-contributing)
- [Code of Conduct](#-code-of-conduct)
- [License](#-license)## ⭐ What for?
Taipy is designed for data scientists and machine learning engineers to create
data & AI driven web applications.⭐️ Enables building production-ready web applications.
⭐️ No need to learn new languages; only Python is needed.
⭐️ Focus on data and AI algorithms. Delegates development complexities to Taipy.
⭐️ Simplifies production operations (hosting, deployments, maintenance, etc.).## ✨ Taipy and Taipy Ecosystem
Taipy includes the Taipy Python library enabling developers to easily empower their end-users with:
- User interface generation
- Data Integration
- Pipeline orchestration
- What-if analysis and scenario management
- Authentication, roles and user management
- Cron jobs and schedulingBesides the Taipy Library, the Taipy Ecosystem includes:
- Taipy Designer
- Taipy Studio
- Predefined templates
- Data platform integrationTaipy comes with a set of materials to facilitate production operations and maintenance.
- Command line interface.
- Deployment scripts.
- Version Management.
- Data migration.
- Telemetry and monitoring.## ⏩ Quickstart
To install the stable release of Taipy, run:
```bash
pip install taipy
```For alternative installation methods, an
[Installation Guide](https://docs.taipy.io/en/latest/tutorials/getting_started/installation/)
provides step-by-step instructions.## 💡 Documentation and resources
A comprehensive documentation set is available at
[Taipy Documentation](https://docs.taipy.io/en/latest/) to help you with Taipy tools.It includes
[Tutorials](https://docs.taipy.io/en/latest/tutorials/),
[user manuals](https://docs.taipy.io/en/latest/userman/),
[API references](https://docs.taipy.io/en/latest/refmans/), and
[Galleries](https://docs.taipy.io/en/latest/gallery/).## ⚒️ Contributing
Want to help build Taipy? Check out our [**Contributing Guide**](https://github.com/Avaiga/taipy/blob/develop/CONTRIBUTING.md).
## 🪄 Code of Conduct
Want to be part of the Taipy community? Check out our [**Code of Conduct**](https://github.com/Avaiga/taipy/blob/develop/CODE_OF_CONDUCT.md)
## 🪪 License
Copyright 2021-2025 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
[Apache License](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.