-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sentiment Analysis Demo #579
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
fd1d697
Sentiment analysis demo page
RymMichaut 9cdd080
Update Sentiment Analysis.md
RymMichaut 56123b8
Update Sentiment Analysis.md
RymMichaut ee42080
Update Sentiment Analysis.md
RymMichaut 146c739
Update docs/knowledge_base/demos/Sentiment Analysis.md
RymMichaut 6063f57
Update docs/knowledge_base/demos/Sentiment Analysis.md
RymMichaut 32a3fbd
Update docs/knowledge_base/demos/Sentiment Analysis.md
RymMichaut 0d4043b
Update docs/knowledge_base/demos/Sentiment Analysis.md
RymMichaut 983ae3b
Update docs/knowledge_base/demos/Sentiment Analysis.md
RymMichaut 940e9ef
Update docs/knowledge_base/demos/Sentiment Analysis.md
RymMichaut c9c4796
Update docs/knowledge_base/demos/Sentiment Analysis.md
RymMichaut 244831c
Update docs/knowledge_base/demos/Sentiment Analysis.md
RymMichaut 07cd401
Update Sentiment Analysis.md
RymMichaut 7f806a5
Update docs/knowledge_base/demos/Sentiment Analysis.md
RymMichaut 8b9735a
Update Sentiment Analysis.md
RymMichaut b81aa35
Update Sentiment Analysis.md
RymMichaut 52812b2
Update Sentiment Analysis.md
RymMichaut 4cad650
Update Sentiment Analysis.md
RymMichaut File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The code should be updated to use 3.0 and the title of the app should not be "Getting started with Taipy GUI". |
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,37 @@ | ||
Welcome to Taipy's Sentiment Analysis demo page, where you can witness how Taipy leverages an AI-powered text analysis tool. In this demonstration, we will delve into the description and functionality of our Sentiment Analysis use case, showcasing how you can harness Taipy's potential for unlocking valuable insights from text data. | ||
|
||
# Understanding Sentiment Analysis | ||
Sentiment analysis, also called "opinion mining", is a technique in Natural Language Processing (NLP) used to figure out the emotional tone conveyed in a text. It helps businesses and individuals better grasp the feelings, viewpoints, and attitudes expressed in written content. Taipy's sentiment analysis model excels in making this process highly efficient and accurate. | ||
|
||
# The Two-Page Application | ||
|
||
## Page 1: Analyzing User Input | ||
The initial page of our Sentiment Analysis app, named "Line", is meant for instantly analyzing user input. Whether it's a brief sentence or a longer paragraph, just type or paste the text into the input box, and Taipy will quickly evaluate the sentiments conveyed in the text. This is perfect for rapidly gauging the sentiments in social media comments, customer reviews, or any text you come across online. | ||
|
||
## Page 2: Uploading and Analyzing Text Files | ||
The second page, named "Text", takes sentiment analysis to the next level by allowing users to upload entire text files for comprehensive sentiment analysis. Users can select a text file from their device, and Taipy will analyze the entire content to provide insights into the sentiments expressed throughout the document. This feature is particularly useful for processing longer texts such as articles, reports, or extensive customer feedback. | ||
|
||
# Powered by Taipy | ||
Both pages of this Sentiment Analysis application were built using Taipy's advanced technology. Taipy is an open-source Python library for building web applications' front-end and back-end. And in this demo, it allowed building the GUI to interact with the AI-powered text analysis tool. | ||
|
||
# How to Use Taipy for Sentiment Analysis | ||
To make use of Taipy's sentiment analysis abilities for your own projects, just follow these easy steps: | ||
|
||
1. Go on this [page](https://sentiment-analysis.taipy.cloud/line) | ||
|
||
2. On the first page, input the text you want to analyze directly into the provided text box. | ||
|
||
3. Click the "Analyze" button to receive instant sentiment analysis results. | ||
|
||
4. To analyze an entire text file, proceed to the second page. | ||
|
||
5. Upload the text file you wish to analyze. | ||
|
||
6. The application will process the entire text and display the sentiments detected within the document. | ||
|
||
|
||
|
||
# Conclusion | ||
Sentiment analysis is a valuable tool for comprehending the emotions and viewpoints conveyed in text data, and Taipy makes it easy and effective for various uses. Whether you require swift insights from user comments or thorough sentiment analysis of extensive documents, Taipy's Sentiment Analysis feature is available to assist you in uncovering valuable information concealed within text. | ||
|
||
Would you be ready to get started? Visit Taipy's [Sentiment Analysis demo page](https://sentiment-analysis.taipy.cloud/line) today and discover the future of text analysis with Taipy. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The demo code should be referenced.