-
Notifications
You must be signed in to change notification settings - Fork 0
aniton/Text-Summarizer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
conda install -c conda-forge textacy python3 -m spacy download en_core_web_lg export PYTHONPATH=. python -m spacy download en #!/bin/bash app="docker.test" docker build -t ${app} . docker run -d -p 56733:80 \ --name=${app} \ -v $PWD:/app ${app} FLASK_APP=/app/app.py flask run --host=0.0.0.0
About
Summarize big text like Articles, Wikipedia pages to few bullet points
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published