Movie_Review_Sentiment_Analysis_App
1.0.0
Analyze movie reviews effortlessly with this sentiment analysis app! This application uses the Google Gemini-1.5-flash-001 model for advanced natural language understanding to classify reviews as Positive, Negative, or Neutral. It also provides an explanation for the chosen sentiment, helping users better understand the analysis.
Clone the repository:
git clone https://github.com/your-username/movie-review-sentiment-analysis.git
cd movie-review-sentiment-analysis
Create a virtual environment and activate it:
python -m venv venv
source venv/bin/activate # On Windows: venvScriptsactivate
Install the dependencies:
pip install -r requirements.txt
Add your Google API key to a .env
file
Run the app locally:
streamlit run app.py
Open the app in your browser at http://localhost:8501
.
Enter a movie review in the text box and click "Analyze Sentiment" to see the sentiment and explanation.