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
- Host: GitHub
- URL: https://github.com/vickumar1981/speciousnews
- Owner: vickumar1981
- Created: 2019-05-18T13:41:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T21:27:28.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T07:43:10.289Z (3 months ago)
- Topics: django, hacktoberfest, hacktoberfest-accepted, hacktoberfest2021, kmeans-algorithm, kmeans-clustering, latent-semantic-analysis, news, news-aggregator, news-articles, news-websites, newsfeed, website
- Language: CSS
- Homepage: http://www.speciousnews.com
- Size: 709 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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`