Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 806 Bytes

README.rst

File metadata and controls

22 lines (13 loc) · 806 Bytes

Moviefy: When machine learning can tell you what movies to watch!

Moviefy is an emotion recognition system with a movies recommendation engine & a web interface that analyzes your feelings and tells you what movies to watch based on your recent social activities.

About

Moviefy is a Graduation Project - Faculty of Engineering - Computer & Systems Department - Ain Shams University - Egypt - Class of 2017

Getting Started

Moviefy is running on python 2.7. In order to successfully install the application locally, you will have to install some dependencies like tensorflow and keras. to get you started.

You can install the dependencies with the following command:

` pip install -r requirements.txt `