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

https://github.com/ylp1455/sentemental-anlasis


https://github.com/ylp1455/sentemental-anlasis

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Sentiment Analysis Web Application

This is a simple web application that allows you to perform sentiment analysis on text using the Gradio API. The web page provides a user-friendly interface for entering text and obtaining sentiment analysis results.

## Features

- Input text in a text area.
- Click the "😻 GET SENTIMENT ☹️" button to analyze the sentiment of the entered text.
- View the sentiment analysis result in a text area on the page.

## How to Use

1. Clone this repository to your local machine:

```shell
git clone https://github.com/ylp1455/sentemental-anlasis.git
```

2. Open the `index.html` file in your web browser to access the web application.

3. Enter the text you want to analyze in the "Enter your text here...." textarea.

4. Click the "😻 GET SENTIMENT ☹️" button to initiate the sentiment analysis.

5. The sentiment analysis result will be displayed in the "Wait for the result" textarea.

## Technologies Used

- HTML: For creating the webpage.
- JavaScript: For handling user interactions and making API requests.
- Gradio API: Used for performing sentiment analysis.

## Notes

- The sentiment analysis result is displayed in JSON format in the "Wait for the result" textarea.

## License

This project is open-source and available under the [MIT License](LICENSE). You are free to use and modify it as needed.

## Contributors

- [Yasiru Perera](https://github.com/ylp1455)

Feel free to contribute to this project by creating issues, making improvements, or adding new features.