Skip to content

malastare-ai/movies-app

Repository files navigation

A Movies Recommender System built with Python.

Using the IMDB 5000 movie dataset.

Link to dataset

The app can be found

A blog regarding the application can be read

I used Flask web framework to create the app with python code

Why Flask?

  • Easy to use
  • Built in development server and debugger
  • Integrated unit testing support
  • RESTful request dispatching
  • Extensively documented

Project Structure

This project has four major parts:

create.py - This contains two files for future use--data.csv and numpy matrix main.py - This contains Flask APIs that receives movies details through GUI or API calls, and runs the application templates - This folder contains the HTML template