You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the rise of language models for generating images from text, SolidUI wants to help people quickly build visualization tools. The visualization content includes 2D, 3D, and 3D scenes, so as to quickly construct 3D data presentation scenes. SolidUI is an innovative project that aims to combine natural language processing (NLP) with computer graphics to realize the function of Vincent diagram. By building a self-developed Wensheng graph language model, SolidUI uses the RLHF (Reinforcement Learning Human Feedback) process to realize the process from text description to graph generation.
The meaning of the landing page, the logo uses the shape of glasses to represent the observation of the world, the lines in the background are graphics obtained through viewing through the eyes, and the deep meaning represents the creative world.
Product Thinking
"Less is more"
Less is more, which means that the elements in the plan are continuously streamlined, leaving only the valuable ones; the rest are either deleted directly or hidden from the interface. For those operations that are not commonly used, after hiding, it doesn't matter even if the user performs a few more steps.
0.1.0 version connotation
As the first version, this version is envisioned as an application framework with general visualization framework capabilities. It is not affected by some old thinking such as data management and BI. It is only an application framework, so many things have been removed, and AI generation will completely change. usage habit.
function list
The entire first release feature list is presented below.
Data Source Management
Display data: display all data sources, including serial number, data source name, data source type, user, description information and operation buttons.
Add MySQL data source: After entering the data source name, data source driver, URL, user name, password, and remarks, you can*
The MySQL data source is successfully added and displayed in the data source list.
Add Doris data source: After entering the data source name, data source driver, URL, user name, password, and remarks, the Doris data source can be successfully added and displayed in the data source list.
Edit data source: You can edit the name of the data source, data source driver, URL, user name, password, notes, and view the edited information in the data source list.
Single-line delete data source: By entering the name of the data source to be deleted, the data source can be successfully deleted, and the data source will no longer be displayed in the data source list.
Data source expiration: You can set the selected data source to expired state.
project management
Add project: After entering the project name, project description, and project URL, the project can be successfully added, and the newly added project information will be displayed in the project list.
Query item list: By inputting the item name, you can query and output the item list.
Edit project name: You can edit the project name, and view the edited project information in the project list.
Delete item: By entering the name of the item to be deleted, the item can be successfully deleted and the item will no longer be displayed in the item list.
Project preview
Design page
Scene, add, modify, delete, rename.
Pages, add, modify, delete, rename.
Add legend: Add a legend under the specified scene and page, and name it. After the creation is successful, the corresponding legend will be displayed on the page.
Open the data selection sliding window: Under the specified scene, page and legend, open the data selection sliding window. The sliding window opens successfully, and the data source type, data source and SQL input boxes are displayed.
Select data source type: select the data source type (such as database), and display the data source options related to the selected data source type after success.
Select data source: select a specific data source (such as MySQL database 1), and you can enter SQL query statement after success.
Enter the SQL query statement: Enter the SQL query statement and execute it, and the histogram will be drawn according to the data returned by the query.
Save Page: Save the page including legend and associated data settings for subsequent viewing and editing.
Preview scene: Preview the whole scene, view the created diagrams in order of scenes and pages.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
background
With the rise of language models for generating images from text, SolidUI wants to help people quickly build visualization tools. The visualization content includes 2D, 3D, and 3D scenes, so as to quickly construct 3D data presentation scenes. SolidUI is an innovative project that aims to combine natural language processing (NLP) with computer graphics to realize the function of Vincent diagram. By building a self-developed Wensheng graph language model, SolidUI uses the RLHF (Reinforcement Learning Human Feedback) process to realize the process from text description to graph generation.
https://github.com/CloudOrc/SolidUI
Project name meaning
SolidUI Solid represents cubic geometry, UI represents design interaction, and represents multidimensional generative design.
Login page meaning
The meaning of the landing page, the logo uses the shape of glasses to represent the observation of the world, the lines in the background are graphics obtained through viewing through the eyes, and the deep meaning represents the creative world.
![image](https://private-user-images.githubusercontent.com/16789827/251263848-5239aa30-1824-403c-8ec5-80fc87052ffe.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzY3MzgsIm5iZiI6MTczOTE3NjQzOCwicGF0aCI6Ii8xNjc4OTgyNy8yNTEyNjM4NDgtNTIzOWFhMzAtMTgyNC00MDNjLThlYzUtODBmYzg3MDUyZmZlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA4MzM1OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTgwMTlmM2UyOWUyMTM5ODY3M2M0NTQ2ZmFjOTYyNThlOTJmZjRmOGQyNTE4NTk0OGUwZGNhOTdlNjgzNzI5MDgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.MlFR76ao82nhthw2aloUzg8BIC5eFyp4BixQmj0I38U)
Product Thinking
"Less is more"
Less is more, which means that the elements in the plan are continuously streamlined, leaving only the valuable ones; the rest are either deleted directly or hidden from the interface. For those operations that are not commonly used, after hiding, it doesn't matter even if the user performs a few more steps.
0.1.0 version connotation
As the first version, this version is envisioned as an application framework with general visualization framework capabilities. It is not affected by some old thinking such as data management and BI. It is only an application framework, so many things have been removed, and AI generation will completely change. usage habit.
function list
The entire first release feature list is presented below.
Data Source Management
The MySQL data source is successfully added and displayed in the data source list.
project management
Design page
Beta Was this translation helpful? Give feedback.
All reactions