Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 761 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 761 Bytes

IMDb Review Analyzer

Overview

This project is a sentiment analyzer that uses the IMDb movie review dataset to train a machine learning model. The web application is built using FastAPI, providing a user-friendly interface to interact with the sentiment analysis model.

Installation

To set up the project on your local machine, follow these steps:

  1. Clone the repository: git clone https://github.com/HRS0986/imdb-sentiment-analysis.git
  2. Install dependencies: pip install -r requirements.txt
  3. Run the FastAPI server: uvicorn main:app --reload

Usage

Once the server is running, navigate to http://127.0.0.1:8000 in your web browser to access the web application. Enter a movie review and submit it to get the sentiment analysis result.