Skip to content
Jacob Wilkins edited this page Oct 22, 2019 · 1 revision

What is Movifier?

Given this dataset of movie titles and descriptions from Kaggle, Movifier implements text search using Okapi BM25 to score, classifies movies by genre, and generates captions for movie scenes. The text search takes a description of a movie and outputs a list of similar movies with similar descriptions. Movifier is developed using Flask, a lightweight WSGI web application framework. The project proposal can be found here.

Clone this wiki locally