Mind Frame is a web-application designed in proposed work that gives recommendations of music and movies to users based on their current mood. The proposed system identifies moods of the user such as happy, sad, peaceful and gives music and movie recommendations to the user based on mood identified. The OpenCV library of Python is used to extract the features from the facial expressions. Neural network is trained with labelled images of different emotional moods of the user, this trained model is then used to predict the mood of the user. Finally, the user is recommended the playlists of music or movies from the library created containing over hundred thousand music and movies. For storing and viewing the data and user details and also for processing requests from each user, Django is used as the web framework along with Python for front end and back-end.