Bengali single document summarizer demo
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.
Minimum python version should have 3.x.x or upper
A step by step series of examples that tell you have to get a development env running
Install the virtualenv using this command(If you have not installed virtualenv yet.)
$ [sudo] pip install virtualenv
Create a directory using the following command from your terminal
$ [sudo] mkdir BengaliDocumentSummarizer
Switch to BengaliDocumentSummarizer directory
$ cd BengaliDocumentSummarizer
After then create virtual env file by the following command from your terminal
$ virtualenv -p python3 venv
If you create virtual env file successfully on your development machine then run this command
$ source venv/bin/activate
And clone the repo
$ git clone https://github.com/porimol/bengali-document-summarizer .
Install required packages by running the following command
$ pip install -r requirements.txt
Its time to run the following command
$ python main.py
Now you have a local server url. Visit the http://127.0.0.1:8080/
* Running on http://127.0.0.1:8080/ (Press CTRL+C to quit)
* Restarting with stat
* Debugger is active!
* Debugger PIN: 285-251-887
Please visit the given link Bengali Document Summarizer