-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #759 from Avaiga/demo_talktotaipy
Adds TalkToTaipy to demos
- Loading branch information
Showing
6 changed files
with
73 additions
and
36 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Explore datasets using only natural language using TalkToTaipy! | ||
|
||
[Try it live](https://talk-to-taipy.taipy.cloud/){: .tp-btn target='blank' } | ||
|
||
# Understanding the Application | ||
This application allows users to enter a prompt to manipulate or visualize data such | ||
as "Plot sales by product line in a pie chart" and the app will generate the | ||
appropriate visualization. | ||
|
||
This works by calling a quantized version of HuggingFace's StarCoder code generation | ||
LLM model hosted on Azure. The user prompt entered on the Taipy app gets sent to the | ||
model which uses few-shot learning to generate pandas code to manipulate the data and | ||
Taipy code to create the visualization. | ||
|
||
![An example use of TTT](images/talk_to_taipy_example.gif){width=100%} | ||
|
||
![What are the 5 most profitable cities?](images/talk_to_taipy_image.jpeg){width=100%} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters