This project is about Summarisation of Web Content. It runs on the django framework.
PRE-REQUISITES
-
Install Python on your system. Download the latest distribution from the website.
-
Install Django on your system. On Linux distributions, it can be installed using apt-get as follows:
sudo pip install Django
-
Install nltk ( Natural Language Toolkit ) for python.
sudo pip install -U pyyaml nltk
-
Install networkx package for python
sudo pip install networkx
-
Install numpy for python
sudo pip install numpy
-
Install scipy for python
sudo pip install scipy
-
Install sklearn for python
sudo pip install sklearn
END
INSTRUCTIONS TO USE
-
Unzip the folder ITAProject.tar.gz
-
Change directory to ITAProject/summarization/
-
Run the following command in the terminal:
python manage.py runserver
-
Open a web browser and type "127.0.0.1:8000/homepage" in the url bar
-
The web application is ready to use.