This app classifies your input movie review from IMDB to determine which particular movie genre this review belongs to. This app supports the following genres: 'action', 'adult', 'adventure', 'animation', 'biography', 'comedy', 'crime', 'documentary', 'drama', 'family', 'fantasy', 'game-show', 'history', 'horror','music','musical','mystery', 'n'music', 'musical', 'mystery', 'news', 'reality-tv', ','sci-fi','short','sport', 'talk', 'talk-show', 'thriller', 'war', 'western'. To get the best performance out of this app, try not to enter any URLs or emojis. But this app does not predict reviews from all genres correctly. Since there are so many classification classes to select from, the model gets confused very easily. Click the 'Usage' app to the right to see how to use this app. The underlying deep learning model of this app is a Bidirectional GRU (Gated Recurrent Unit) Recurrent Neural Network built using Tensorflow v2. I am going to be honest, it ain't pretty though!
Text Content:- The movie review you are inputting into the model should not have a URL or any number. This makes the prediction much easier and consumes less time.
Characters Count Limit:- There are no limits to the number of characters in your movie review. It can be of any length.