An open API service indexing awesome lists of open source software.

https://github.com/vickumar1981/speciousnews

News feed aggregator using k-means clustering
https://github.com/vickumar1981/speciousnews

django hacktoberfest hacktoberfest-accepted hacktoberfest2021 kmeans-algorithm kmeans-clustering latent-semantic-analysis news news-aggregator news-articles news-websites newsfeed website

Last synced: about 2 months ago
JSON representation

News feed aggregator using k-means clustering

Awesome Lists containing this project

README

        

# SpeciousNews

Aggregates news articles using k-means clustering.

[Visit the website](http://www.speciousnews.com)

[See recent Facebook posts](https://facebook.com/speciousnews)

[See recent Twitter posts](https://twitter.com/speciousnews)

---
### 1. Setup Docker

- Install [docker](https://docs.docker.com/engine/installation/) and [docker-compose](https://docs.docker.com/compose/install/)

---
### 2. Run the App

- Clone the repo and from the project root run: `docker-compose up`
- The model will take ~15-20 min. to read all the articles and aggregate the information
- Visit the page at: `http://localhost:8000`