Suggestify is a small-scale application has been developed as a trial project using Vue 3.
By creating a prompt with the user's input of category and additional comments, film recommendations are obtained with the assistance of ChatGPT. The film titles provided by the Open AI API are then queried using the OMDb API to retrieve detailed information such as Title, Description, Poster, Year, Rating, and more. These details are displayed to the user.
You can run the application by adding your Open AI and OMDB API key information to the .env file.
npm run dev

