aryankargwal / mediapedia

A repository to hold SEPM project submission.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MediaPedia

made-with-python License Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

MediaPedia is our attempt to make an interactive and user friendly media recommender web application with added utilities and features.

Motivation

With the rise of technology in the past 5 years with the internet and OTT revolution, we as a consumer are left with a plathora of content to watch from having countless web-series and ebooks to read now.

Solution

Utilizing modern NLP architectures and easy to use Python full stack development libraries, we present a multi-level interactive web-application that is able to recommend TVShows, Movies and Books using Collaborative and Content based Recommnedation system.

Tutorial

Signup


Login


Movie Recommendation


How to use (Code)

Clone the repository
git clone https://github.com/aryankargwal/mediapedia.git

Setting up the python requirements using requirements.txt
pip install -r requirements.txt

Running the web application
streamlit run app.py

Steps of development

  • Landing Page
  • Login System with Database
  • Movie DataLoader
  • Book Dataloader
  • Movie Model

License

This project is under the Apache License. See LICENSE for Details.

About

A repository to hold SEPM project submission.


Languages

Language:Python 100.0%