Simple python application showing off the newspaper package using python flask, and exposing a rest api against it.
- docker-compose up -d
- point your browser to
- docker build -t newspaper .
- docker run --name newspaper -d -p 5000:5000 newspaper
- point your browser to
- Download nltk models
- pip install -r requirements.txt
- pytest tests/