Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.1 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.1 KB

Whatcha-Watchin 🎥

A Streamlit-based movie recommendation app that suggests highly rated movies tailored to your taste!

How To Use

  1. Input some movies you like

    • Users can input up to 5 movies they enjoy.

    • Suggestions are made based on this input.

      step-1

  2. Click the button

    • Click the "Get Suggestions" button.

      step-2

  3. That's it!

    • The top 10 highest-rated recommendations based on your input are display with ratings and posters.

      step-3

Available online at

Setup and install offline

  1. Clone the repository

    git clone https://github.com/miryarik/whatcha-watchin.git
    cd whatcha-watchin
  2. Install dependencies

    • Make sure you have Python installed (>= 3.7).

    • Install required packages:

      pip install -r requirements.txt
  3. Run the Streamlit app

    streamlit run app.py

Enjoy!