/movie_genres_clf

Primary LanguagePythonMIT LicenseMIT

Movie Genres Predictor

This is a demo showcasing a Movie Genres predictor. Model is trained using TFIDF transformers and Scikit-learn MultiOutputClassifier over LogisticRegression

WEB VERSION

https://pacific-ravine-11854.herokuapp.com/

🚀 Quick Start (local)

  1. Install all the packages:
    pip install -r requirements.txt
  2. Run the demo:
    streamlit run main.py
  3. View the Streamlit app in your browser: http://localhost:8501

© Copyright

Vladimir Badlo