This is a simple web application built with Flask for performing sentiment analysis on text input. It analyzes the sentiment of the provided text and displays the percentage of positive, negative, and neutral sentiments.
- Input text area for entering the text to be analyzed.
- Analyze button to trigger the sentiment analysis process.
- Displays the percentage of positive, negative, and neutral sentiments after analysis.
- Option to clear the analysis results.
-
Clone the repository:
git clone https://github.com/theinit01/Text-SentimentAnalysis
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the Flask application:
python main.py
-
Open your web browser and go to
http://localhost:5000
to access the application.
- Enter the text you want to analyze in the input text area.
- Click on the "Analyze" button to perform sentiment analysis.
- The analysis results will be displayed showing the percentage of positive, negative, and neutral sentiments.
- To clear the analysis results, click on the "Clear Results" button.
Contributions are welcome! If you have any suggestions, feature requests, or find any issues, please open an issue or create a pull request.
This project is licensed under the MIT License.