Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.36 KB

File metadata and controls

54 lines (34 loc) · 1.36 KB

automatic-web-content-summarization

This project is about Summarisation of Web Content. It runs on the django framework.


	PRE-REQUISITES

  1. Install Python on your system. Download the latest distribution from the website.

  2. Install Django on your system. On Linux distributions, it can be installed using apt-get as follows:

    sudo pip install Django

  3. Install nltk ( Natural Language Toolkit ) for python.

    sudo pip install -U pyyaml nltk

  4. Install networkx package for python

    sudo pip install networkx

  5. Install numpy for python

    sudo pip install numpy

  6. Install scipy for python

    sudo pip install scipy

  7. Install sklearn for python

    sudo pip install sklearn


		END


	INSTRUCTIONS TO USE

  1. Unzip the folder ITAProject.tar.gz

  2. Change directory to ITAProject/summarization/

  3. Run the following command in the terminal:

    python manage.py runserver

  4. Open a web browser and type "127.0.0.1:8000/homepage" in the url bar

  5. The web application is ready to use.