nayancy022-an/movie-recommender ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple movie recommender web app that lets a user pick a movie from a dropdown and then shows the top 5 most similar movies based on the movie details.
I want it to feel clean and easy to use, with movie posters shown next to each recommendation if possible. Use the movie metadata to decide what is similar, like genres, cast, crew, keywords, and overview. If you need to, look up the current docs online for anything like the poster API or Streamlit setup.
It should load the precomputed movie data if that makes it faster, and when a movie is selected it should instantly return recommendations with titles and poster images. Make the app work locally with one command, and also be ready to deploy online like a Streamlit app. If there’s an API key needed for posters, wire that in through an environment variable and make it easy to configure.
Are you gonna build this?
make sure you review the code using arcumet