Skip to content

A Web app for summarizing the text, developed using Natural Language Processing (NLP), Django framework.

Notifications You must be signed in to change notification settings

tkhan11/Text-Summarizer-WebApp

Repository files navigation

Text Summarizer NLP Project

About

A Web app for summarizing the text, developed using Natural Language Processing (NLP), Django framework.

Steps to run the web application on your local host

Step-1 Download all the files from the repository.
Step-2 Open command prompt and run the following command to install all the dependencies.

pip install -r requirements.txt

Step-3 After successfull installation of all the dependencies, in the command prompt, get into the directory containing manage.py file and run the following command.

 python manage.py runserver

That's it you can see your website running at localhost.

Steps to run the dockorized web application on local host

Step-1 Download the docker desktop based on you windows version from the official website of Dockers.
Step-2 Create your docker account at hub.docker.com
Step-3 Make sure that you have downloaded the Dockerfile and docker-compose.yml files and open the command prompt in that directory.
Step-4 Run these following commands in the command prompt:

 docker-compose up --build

That's it you can see your website running at localhost.

Support the work by ⭐ the Repository.

About

A Web app for summarizing the text, developed using Natural Language Processing (NLP), Django framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages