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.
To set up the project on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/HRS0986/imdb-sentiment-analysis.git
- Install dependencies:
pip install -r requirements.txt
- Run the FastAPI server:
uvicorn main:app --reload
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.