A Sentiment Analysis Project
This repository contains a Jupyter Notebook with a sentiment analysis project analyzing movie reviews. To run the notebook locally, follow the instructions below: Instructions:
-
Clone the Repository
- Open your terminal or command prompt.
- Run the following command to clone the repository to your local machine:
git clone https://github.com/Ayomide2007/Sentiment-Analysis-.git
-
Install Dependencies:
- Ensure you have Python installed on your machine.
- Install the required dependencies by running:
pip install -r requirements.txt
-
Open Jupyter Notebook:
- Navigate to the cloned repository using the terminal or command prompt.
- Run the following command to open the Jupyter Notebook:
jupyter notebook
-
Run the Notebook:
- Once the Jupyter Notebook dashboard opens in your browser, locate and open the
Sentiment_Analysis.ipynb
file. - Run each cell in the notebook sequentially to execute the code and see the results.
- Once the Jupyter Notebook dashboard opens in your browser, locate and open the
Feel free to explore and modify the notebook as needed. If you encounter any issues or have questions, don't hesitate to reach out.
Happy analyzing!