-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customizing "ads" #1
Comments
Hi @etsea117! There is a way to extract facts from a document using Textacy. We need to pass an Two years back, I wrote some code to do this, but it is not in a good shape, lol. Also about adding to-do lists or reminders, I have a question for everyone - Honestly, I am a not sure what the right direction should be. However, I have received some feedback about fictional ads - and it seems like putting them inside the Would love to hear your opinions on this. |
A suggestion to consider also would be an ability to use scriptures between songs too for a religious themed broadcast. That could be something that people would like to have and take advantage of. |
With the recent commit (535a183), you can specify the For instance, something like the following in your ["music-genre", [["religious", 2], ["god", 1]]], Tested it locally: >>> import radio
>>> radio.Recommend().playlist_by_genre("religious")
[('Mahalia Jackson', 'City Called Heaven'), ('Hypatia Lake', 'Joseph and the Divine Intervention of the Recreational Center'), ('Collin Raye', 'When You Say Your Prayers')]
>>> radio.Recommend().playlist_by_genre("religious")
[('Collin Raye', 'When You Say Your Prayers'), ('Sister Rosetta Tharpe', 'The Devil Has Thrown Him Down'), ('Joy Askew', 'Little Darling')]
>>> radio.Recommend().playlist_by_genre("god")
[('The Bronx Casket Co.', 'Savior'), ('Pattern is Movement', 'Elephant'), ('Film School', 'Dear Me')] Edit: Here is a list of genres this software supports. |
@bornagainpenguin I can imagine this and other related DJ-spoken subjects with an extra |
@ology Aren't these topics currently supported by For instance, ["music-genre", [["religion", 2], ["science", 1]]], in |
Oops. I thought that "music-genre" meant "music only" - not talking. I will experiment before speculating this time! |
Oh, wait! My mistake. Are you saying that something like |
Yes! Spoken word, not music. Podcast would be cool. |
I see! Music part is currently supported. To be honest, recommending podcasts based on genres seems like a research problem. Here's how we could possibly achieve it:
Maybe we should look at some other datasets as well, like 13,000+ Podcasts. It even has genre and podcast description. However, we need to figure out how to get the RSS feed from this. Let me think about this problem for a while. I'm sure there's an efficient way to do this. |
It would be wonderful to be able to customize the fictional ads. I could see this as being linked to a to-do list or reminders lists, allowing someone to advertise important things to themselves. Alternatively, it could be advertising recently learned facts for greater knowledge absorption.
The text was updated successfully, but these errors were encountered: