All Projects → cytora → clickbait-workshop

cytora / clickbait-workshop

Licence: other
Pydata 2017 workshop: build a clickbait detector with python

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to clickbait-workshop

Newscatchr
FOSS Android News Reader App
Stars: ✭ 216 (+1561.54%)
Mutual labels:  news
qianduan-yule-club
前端娱乐圈大事记 http://qianduanyule.club/
Stars: ✭ 132 (+915.38%)
Mutual labels:  news
hackerweb-native-2
HackerWeb 2: A read-only Hacker News client.
Stars: ✭ 51 (+292.31%)
Mutual labels:  news
Golang News
Golang 기술 소식 뉴스레터
Stars: ✭ 233 (+1692.31%)
Mutual labels:  news
RenameThemSubs
Rename multiple subtitles files to match video file names for automatic loading with just one click
Stars: ✭ 40 (+207.69%)
Mutual labels:  flask-application
FUTURE
A private, free, open-source search engine built on a P2P network
Stars: ✭ 19 (+46.15%)
Mutual labels:  flask-application
Mvpapp
Android MVP Architecture
Stars: ✭ 2,354 (+18007.69%)
Mutual labels:  news
vuejs-news
Single page app that pulls in news from NYTimes
Stars: ✭ 19 (+46.15%)
Mutual labels:  news
los-angeles-police-killings-data
The Los Angeles Times' database of people killed by local police in Los Angeles County.
Stars: ✭ 14 (+7.69%)
Mutual labels:  news
upnews
Display news and update outdated github R packages
Stars: ✭ 25 (+92.31%)
Mutual labels:  news
Javascript Articles Monthly
JavaScript 文章精选月刊
Stars: ✭ 238 (+1730.77%)
Mutual labels:  news
Cms
News Management System Written In PHP
Stars: ✭ 245 (+1784.62%)
Mutual labels:  news
TradeTheEvent
Implementation of "Trade the Event: Corporate Events Detection for News-Based Event-Driven Trading." In Findings of ACL2021
Stars: ✭ 64 (+392.31%)
Mutual labels:  news
Awesome Openbsd
A curated list of awesome OpenBSD resources
Stars: ✭ 228 (+1653.85%)
Mutual labels:  news
Android-Weekly
Android Weekly is a free newsletter that helps you to stay cutting-edge with your Android Development. The newsletter comes once a week and covers a broad range of topics like tutorials, screencasts, news... just everything that's awesome in the Android Development world!
Stars: ✭ 66 (+407.69%)
Mutual labels:  news
Marquee Scroller
Marquee Scroller Clock News Weather and More
Stars: ✭ 211 (+1523.08%)
Mutual labels:  news
flask-ocr
use flask and tesseract to have a basic ocr, also you need opencv2, this code use opencv2 to have a basic image process
Stars: ✭ 27 (+107.69%)
Mutual labels:  flask-application
flask-vuln
Pretty vulnerable flask app..
Stars: ✭ 23 (+76.92%)
Mutual labels:  flask-application
the-stack
Website and datasets for The Stack, Daily Bruin's data journalism and newsroom tech blog.
Stars: ✭ 26 (+100%)
Mutual labels:  news
client-js
Demonstration of using the api in javascript
Stars: ✭ 20 (+53.85%)
Mutual labels:  news

PyData 2017 Workshop

Materials for PyData workshop demonstrating the basic components of a text learning pipeline. The aim of the workshop is to build all

Installation

The easiest way to get python and the necessary packages is with conda. Go here for installation instructions. Be sure to get the python 3 versions.

Now we create a new conda environment from the environment file that contains the dependencies

$ conda env create -f environment.yml
$ source activate textml
$ python tests/test.py

Getting started

Launch the jupyter notebook to get started!

$ jupyter notebook tutorial.ipynb

In the notebook you'll learn to construct a text classification pipeline. After that you can look at the webservice directory for an example of providing machine learning as a service. The classifier is also used in advanced.ipynb to explore news data.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].