https://github.com/jsonkao/specblaster
Classifying and summarizing news from CDS.
https://github.com/jsonkao/specblaster
summarization tf-idf
Last synced: 11 months ago
JSON representation
Classifying and summarizing news from CDS.
- Host: GitHub
- URL: https://github.com/jsonkao/specblaster
- Owner: jsonkao
- Created: 2018-12-24T01:58:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T20:00:52.000Z (over 7 years ago)
- Last Synced: 2025-02-06T10:15:18.691Z (over 1 year ago)
- Topics: summarization, tf-idf
- Language: Jupyter Notebook
- Size: 415 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Specblaster
Classifying and summarizing news from CDS.
## Setting Up
1. We use Pipenv to manage our dependencies. [Install it](https://pipenv.readthedocs.io/en/latest/#install-pipenv-today).
2. Run `pipenv install` to install the dependencies you need.
3. Run `jupyter notebook` to start the notebook server.