Project involves clustering of given set of research papers based on subfields and further identifying the specializations in chosen cluster.
-
Get ready
-
sudo apt-get install python-numpy
-
sudo apt-get install python-scipy
-
sudo apt-get install python-pip python-dev build-essential libatlas-base-dev gfortran
-
sudo pip --proxy http://proxy.iiit.ac.in:8080 install gensim
-
sudo pip --proxy http://proxy.iiit.ac.in:8080 install --upgrade gensim
-
sudo pip --proxy http://proxy.iiit.ac.in:8080 install Theano
-
download from: https://pypi.python.org/pypi/Pattern
- sudo pip install -U nltk --proxy http://proxy.iiit.ac.in:8080
- sudo pip --proxy http://proxy.iiit.ac.in:8080 install networkx
- download from https://pypi.python.org/pypi/python-louvain/0.3
- Extract and go to the folder -> sudo python setup.py install