Clone the GitHub repository containing the project code.
git clone https://github.com/your-username/sentiment-analysis-tool.git](https://github.com/ZiyadG7/Sentiment_Analysis
Install the required Python libraries.
pip install -r requirements.txt
If you are using Jupyter Notebook, install Jupyter.
pip install jupyter
Run the Jupyter Notebook to train the sentiment analysis model.
jupyter notebook Sentiment_Analysis.ipynb.
Ensure Flask is installed (already covered in dependencies). Run the Flask application.
python app.py
Start the Flask application by running the app.py file.
python app.py
The application will run on http://127.0.0.1:5000/ by default.
Open a web browser and go to http://127.0.0.1:5000/. You will see a webpage with a text input form.
Enter the text you want to analyze into the text input form. Click the "Submit" button. The sentiment analysis result (positive, negative, or neutral) will be displayed on the webpage.