IMDb Sentiment Analysis is a Python project that analyzes the sentiment of movie reviews from IMDb (Internet Movie Database). It utilizes natural language processing (NLP) techniques to classify the sentiment of movie reviews as positive or negative.
- Clone the repository: https://github.com/dikshya-pahari/IMDB-Sentiment-Analysis/
- Install the required dependencies: pip install -r requirements.txt
- Run the
IMDB_Sentiment_Analysis.ipynb
- Follow the on-screen instructions to enter a movie review.
- The sentiment analysis model will classify the review as positive or negative.
The project utilizes the IMDb dataset, which can be obtained from kaggle. Ensure you have the necessary dataset files in the Dataset curation
directory before running the script.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/add-new-feature
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/add-new-feature
). - Create a new pull request.
For any questions or feedback, feel free to reach out to [email protected].