/movie_recommendation_native

Movie Recommendation Mobile Application built with React native which uses Django REST API to get recommendation using Machine Learning.

Primary LanguageJavaScript

Expo Movie Recommender

Github top language Github language count Repository size License

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Movie Recommender Application which uses Django as backend. The main motive behind making this application was to learn more about overall software development process, and also to learn little bit of react native.

✨ Features

✔️ Personal Watchlist;
✔️ Powerful Recommendation for movies;
✔️ Clean UI;

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/I-am-vishalmaurya/movie_recommendation_native

# Access
$ cd expo-movie-reco

# Install dependencies
$ yarn

# Run the project
$ yarn start

# The server will initialize in the <http://localhost:3000>

🌇 Screenshots

The following screenshots are taken from the Expo app.

  1. Movie Recommender Home Page

Home Page

2. Movie Recommender Watchlist

Watchlist

3. Movie details

Movie Details

4. Movie Ratings

Movie Ratings

5. Movie Search

Movie Search

6. User Profile

User profile

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Vishal Maurya

 

Back to top