Skip to content

This Movie Recommendation App is a web application that utilizes the Sentence Transformers library to generate embeddings and recommend movies based on their similarity

Notifications You must be signed in to change notification settings

Chetan3327/movie-recommendation-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 - [email protected]

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

About

This Movie Recommendation App is a web application that utilizes the Sentence Transformers library to generate embeddings and recommend movies based on their similarity

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published