An app that lets you discover the top news in locations around the world and discover the credibility of any article using machine learning.
- Bipartisan is a web app that lets you view news in a meaningful way by discovering the most truthful news from the right places.
- Bipartisan allows you to see the top news in every region of the world using the B-Stream and it also offers search functionalites. Every result returned is given a B-Score B-Score (credibility ranking) backed by the analysis of huge amounts of data churning through our Natural Language Processing and Machine Learning platforms
- “The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge.” - Daniel J. Boorstin
- Bing News Search and [News API] (https://newsapi.org)
- Retrieval of news articles for B-Stream
- Bing Web Search and [Bing AutoSuggest] (https://www.microsoft.com/cognitive-services/en-us/bing-autosuggest-api)
- Web search of articles for B-Score
- Google Maps Geolocation API
- Mapping regions to ares on B-Stream
- [Twitter Search API] (https://dev.twitter.com/rest/public/search)
- Counting tweets to determine topic popularity for B-Stream
- Cesium
- Visualization of news on globe for B-Stream
- spaCy
- Natural language processing to determine bias of news article for B-Stream
- [Requests] (http://docs.python-requests.org/en/master/)
- HTTP requests
- [Twython] (https://github.com/ryanmcgrath/twython)
- Python wrapper for Twitter data
- NLTK
- Natural Language processing for determining the topic of articles in B-Stream
- Goose
- Natural Language processing for determining the topic of articles in B-Stream
- [Scikit-learn] (https://github.com/scikit-learn/scikit-learn)
- Machine Learning for determining bias
- pandas
- Data
- Tweepy
- For accessing Twitter API with Python