Skip to content

    FlixSage Movie Recommendations

    Created by
    elysenova777
    elysenova777

    FlixSage is a movie recommendation system. It uses the TMDB (The Movie Database) API to fetch a list of movies based on the user's selected genre. It then randomly selects a few movies from the retrieved list and displays their titles, genres, ratings, release dates, overviews, and posters.

    The program prompts the user to select a genre from a predefined list of genre numbers. Once the user selects a genre, the program makes a request to the TMDB API to fetch movies belonging to that genre. It parses the API response to extract relevant information about the movies and displays them to the user.

    The program runs in a loop, allowing the user to select multiple genres and get movie recommendations for each genre. The loop continues until the user chooses to exit by entering 0.

    Preview