Coder Social home page Coder Social logo

wanqianxn / podracer Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 5.04 MB

Web application for podcast management using gpodder.net's API.

Home Page: http://podracer.herokuapp.com

License: MIT License

Python 32.35% CSS 6.99% HTML 60.66%
flask-application podcasts kmeans-clustering

podracer's Introduction

PodRacer

A simple Flask web application for managing podcast content, using gpodder.net's API. You need a gpodder.net account in order to sign in to PodRacer.

Home page display

Site Features

  • Summary of Subscriptions: The main page summarizes the podcasts (across all devices) that the user currently subscribed to, including key information such as: title, description, subscriber count and a link to the podcast's website.

  • Search Functionality: The user can do a quick search for podcasts by a simple search query, or choose more advanced searching methods such as by top genres and by popularity (subscriber count).

  • Recent Episodes + Smart Sorting: A list of the episodes released in the previous week (up to 7 days before current time) is available on the home page, with embedded playable links. This list is sorted by podcast frequency, such that podcasts with more episodes released in the past week are bubbled to the top, so that users can catch up on them first. However, the sorting algorithm also distributes the frequent episodes equally such that users are not inundated with multiple episodes from the same podcast at one time.

Bonus Features

  • Suggestions from gpodder: Users can see gpodder's top 5 recommendations for podcasts to subscribe to, based on the user's current subscriptions.

  • Suggestions using machine learning: Unsupervised learning to determine which podcasts are most similar to a user's subscriptions. A simple (disclaimer: simple!) K-means clustering algorithm is applied to the user's subscribed podcasts as well as the 100 most popular podcasts, and 5 popular podcasts that are clustered together with the user's subscriptions are recommended to the user. The features used are the tokenized and transformed vectors of podcast descriptions.

Miscellaneous

  • All code written is my own, except for CSS/HTML/JavaScript styling templates taken from Landing Page.

  • This is submitted for Capital One's Software Engineering Summit Challenge 2018.

  • The original hero.

podracer's People

Contributors

wanqianxn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.