Saurabh Mathur

Results 4 comments of Saurabh Mathur

The model can definitely be fine tuned. You can use the Youtube data API to fetch titles of videos by particular channels (https://developers.google.com/youtube/v3/docs/videos/list). Similarly, Reddit has an API too (https://www.reddit.com/dev/api/)...

I had some hand-labelled data from reddit (/r/savedyouaclick and /r/news). So I made a notebook showing how to fine tune the model on that data. [Find the notebook here](http://nbviewer.jupyter.org/github/saurabhmathur96/clickbait-detector/blob/master/notebooks/Finetuning%20on%20Reddit%20data.ipynb). Hope...

I'm using Keras version 2. I've added a `requirements.txt` file and instructions for getting started in the `README.md`

@kimiqq are you able to run it ?