ContriHUB / MovieScreen

0 stars 14 forks source link

Add tags to movie #30

Open eleensmathew opened 3 days ago

eleensmathew commented 3 days ago

In the movie_list page implement tags that contains the genre of the movie. Don't make the user the tags manually . The tags can also be color coded. Use natural language processing (NLP) techniques such as TF-IDF, LDA (Latent Dirichlet Allocation), or pre-trained models to identify topics. You may implement basic keyword-based classification or use machine learning algorithms (e.g., Naive Bayes, SVM) for movie genre. Ensure that the movies are categorized into correct genres with high accuracy.

VishalMinj commented 2 days ago

Please remove my request from this issue. I applied prior because of the api implement suggestion.

eleensmathew commented 2 days ago

Can you message abhishek?

Aryan10 commented 1 day ago

Working on it.