Recode-Hive / Scrape-ML

For new data generation Semi-supervised-sequence-learning-Project we have writtern a python script to fetchπŸ“Š, data from the πŸ’», imdb website 🌐 and converted into txt files.
https://scrape-ml.streamlit.app/
MIT License
80 stars 117 forks source link

Add movie genre classification #189

Closed SayantikaLaskar closed 2 weeks ago

SayantikaLaskar commented 2 weeks ago

Related Issue

Classified the movie according genre

Description

This project aims to develop a machine learning model to classify movies into genres based on various features such as plot summaries, cast, crew, and other metadata.

The workflow includes:

  1. Data Preprocessing: Load and clean the dataset, extract relevant features, and split the data into training and testing sets.
  2. Model Training: Train a machine learning model (e.g., Logistic Regression, Random Forest, Neural Network) on the training data.
  3. Model Evaluation: Evaluate the model's performance using metrics like accuracy, precision, recall, and F1-score.
  4. Usage Instructions: Provide guidelines for using the trained model to predict genres for new movies.

This project aims to automate movie genre classification, enhancing user experience by helping them find movies of interest more easily. It also serves as an educational resource for participants, fostering learning and growth in data science and machine learning.

Type of PR

Checklist:

SayantikaLaskar commented 2 weeks ago

Okay I will make the changes accordingly. Thank you