An open API service indexing awesome lists of open source software.

https://github.com/avaiga/demo-sentiment-analysis

The code for the Sentiment Analysis demo
https://github.com/avaiga/demo-sentiment-analysis

Last synced: 4 months ago
JSON representation

The code for the Sentiment Analysis demo

Awesome Lists containing this project

README

          

# Demo sentiment analysis

## Usage
- [Usage](#usage)
- [Demo sentiment analysis](#what-is-demo-sentiment-analysis)
- [Directory Structure](#directory-structure)
- [License](#license)
- [Installation](#installation)
- [Contributing](#contributing)
- [Code of conduct](#code-of-conduct)

## What is demo sentiment analysis

Taipy is a low-code Python library for creating Business Applications— more information on our [website](https://www.taipy.io).

[Demo sentiment analysis](https://github.com/Avaiga/demo-sentiment-analysis) is the product of the Getting Started for Taipy GUI. The end result is a two-page application that uses a sentiment analysis model to analyze input and entire text.

The first page analyzes the user input, while the second page lets the user choose a file to upload (a text). This text will be analyzed and the sentiments behind it will be displayed.

### Demo Type
- **Level**: Basic
- **Topic**: Taipy-GUI
- **Components/Controls**:
- Taipy GUI: selector, chart, interactive elements

## How to run

This demo works with a Python version superior to 3.9. Install the dependencies of the *requirements.txt* and run the *main.py*.

## Directory Structure

- `src/`: Contains the demo source code.
- `CODE_OF_CONDUCT.md`: Code of conduct for members and contributors of _demo-sentiment-analysis_.
- `CONTRIBUTING.md`: Instructions to contribute to _demo-sentiment-analysis_.
- `INSTALLATION.md`: Instructions to install _demo-sentiment-analysis_.
- `LICENSE`: The Apache 2.0 License.
- `Pipfile`: File used by the Pipenv virtual environment to manage project dependencies.
- `README.md`: Current file.

## License
Copyright 2022 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
[http://www.apache.org/licenses/LICENSE-2.0](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.

## Installation

Want to install _demo sentiment analysis_? Check out our [`INSTALLATION.md`](INSTALLATION.md) file.

## Contributing

Want to help build _demo sentiment analysis_? Check out our [`CONTRIBUTING.md`](CONTRIBUTING.md) file.

## Code of conduct

Want to be part of the _demo sentiment analysis_ community? Check out our [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md) file.