2 个仓库
Connects to SQL, API, JavaBean, JSON, and shared data sources to supply data for reports.
Distinct from Set Data Structures: Distinct from Set Data Structures: focuses on managing data sources for report generation, not mathematical set operations.
Explore 2 awesome GitHub repositories matching data & databases · Report Data Set Managers. Refine with filters or upvote what's useful.
JimuReport is an open-source reporting and dashboard engine designed to be embedded directly into Spring Boot applications. Its core identity centers on generating data reports and full-screen dashboards from natural language descriptions, eliminating the need for manual design. The platform also provides a conversational query interface that translates plain-language questions into database queries, returning results as tables and charts without requiring SQL knowledge. What distinguishes JimuReport is its integration of AI skills that can be installed with a single command, enabling report
Connects to SQL, API, JavaBean, JSON, and shared data sources to supply data for reports.
本项目是一个基于条件生成对抗网络 (cGAN) 的图像到图像转换框架的 TensorFlow 实现。它提供了训练模型的工具,这些模型根据学习到的视觉模式将输入图像映射到输出图像,以及一个用于处理图像转换请求并将训练好的模型检查点提供给 Web 客户端的服务器。 该框架包括一个将训练好的模型权重转换为便携式格式以进行浏览器端推理的系统。它还具有一个验证过程,通过使用训练好的检查点分析输入、输出和目标图像集来生成比较报告。 代码库涵盖了从数据工程(包括图像数据集准备和基于对的流水线)到条件对抗训练的完整流程。它支持特定的视觉转换,例如灰度图像着色和合成图像生成。
Generates comparative reports analyzing input, output, and target image sets using trained checkpoints.