Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.23 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.23 KB

Movie Recommendation App

image

This Movie Recommendation App is a web application that utilizes the Sentence Transformers library to generate embeddings and recommend movies based on their similarity. Frontend is built with React and for backend with FastAPI and uses Sentence Transformers for text embedding and a recommendation model to suggest relevant movies from the TMDB dataset.

Use the README.md to get started.

Built With

The Tech Stacks used are:

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/Chetan3327/movie-recommendation-app.git
  2. Navigate to the frontend directory:

    cd frontend
  3. Install dependencies:

    npm install
  4. Navigate to the backend directory:

    cd backend
  5. Install dependencies:

    pip install -r requirements.txt

Contact

Name: Chetan Chauhan - chauhanchetan12789@gmail.com

Project Link: https://movie-recommendation-app-3327.netlify.app/