Saramsh is a simple text summarization package, developed as a part of my major project in Btech (Computer science and engineering) @Vardhaman college of engineering. The package uses TF-IDF scoring mechanism to score the sentences and thus retreiving important sentences (Extractive text summarization).
| Description | |
|---|---|
| /docs | Contains the documentation and sample code |
| /sample_data | Contains sample data to test the summarizer |
| /saramsh_package | Contains the init.py and saramsh.py (Actual package) |
| Readme.md | Contains the description and links to docs |
| demo.ipynb | A demo jupiter notebook to demonstrate working of summarizer |
| wsgi.py | A simple flask app which uses saramsh package |