Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 758 Bytes

File metadata and controls

21 lines (17 loc) · 758 Bytes

Multilingual-Movie-Review-Analysis

This project processes and analyzes movie reviews in multiple languages (English, French, and Spanish). It includes data preprocessing, translation and sentiment analysis of movie reviews and synopses

Features

  • Data preprocessing from CSV files
  • Translation of non-English content to English
  • Sentiment analysis of moview reivew

Technologies Used

  • Python
  • Pandas for data manipulation
  • Hugging Face Transformers for translation and sentiment analysis

Data Structure

The dataset includes the following columns:

  • Title: Movie title
  • Year: Release Year
  • Synopsis: Brief moview description
  • Review: User review of the movie
  • Original Language: Language of the original content (en, es, fr)