https://github.com/porimol/bengali-document-summarizer
Bengali single document summarizer demo
https://github.com/porimol/bengali-document-summarizer
bengali natural-language-processing nlp nlp-machine-learning python python-3 summarization
Last synced: over 1 year ago
JSON representation
Bengali single document summarizer demo
- Host: GitHub
- URL: https://github.com/porimol/bengali-document-summarizer
- Owner: porimol
- Created: 2017-12-02T07:22:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T21:31:58.000Z (over 3 years ago)
- Last Synced: 2023-02-26T01:17:39.304Z (over 3 years ago)
- Topics: bengali, natural-language-processing, nlp, nlp-machine-learning, python, python-3, summarization
- Language: Python
- Homepage: https://bengali-document-summarizer.herokuapp.com
- Size: 71.3 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bengali Document Summarizer
Bengali single document summarizer demo
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development, testing purposes and as well as in production machine. See deployment for notes on how to deploy the project on a live system.
## Python Version
Minimum python version should have 3.x.x or upper
## Installing
A step by step series of examples that tell you have to get a development env running
### How do I get set up? ###
Install the virtualenv using this command(If you have not installed virtualenv yet.)
```ssh
$ [sudo] pip install virtualenv
```
Create a directory using the following command from your terminal
```ssh
$ [sudo] mkdir BengaliDocumentSummarizer
```
Switch to BengaliDocumentSummarizer directory
```ssh
$ cd BengaliDocumentSummarizer
```
After then create virtual env file by the following command from your terminal
```ssh
$ virtualenv -p python3 venv
```
If you create virtual env file successfully on your development machine then run this command
```ssh
$ source venv/bin/activate
```
And clone the repo
```ssh
$ git clone https://github.com/porimol/bengali-document-summarizer .
```
Install required packages by running the following command
```ssh
$ pip install -r requirements.txt
```
Its time to run the following command
```ssh
$ python main.py
```
Now you have a local server url. Visit the [http://127.0.0.1:8080/](http://127.0.0.1:8080/)
```ssh
* Running on http://127.0.0.1:8080/ (Press CTRL+C to quit)
* Restarting with stat
* Debugger is active!
* Debugger PIN: 285-251-887
```
## Live Demo
Please visit the given link
[Bengali Document Summarizer](https://bengali-document-summarizer.herokuapp.com/)