-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Jacob Wilkins edited this page Oct 22, 2019
·
1 revision
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.