Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 726 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 726 Bytes

Social champion identification

Identifying a social champion using the concepts of natural language processing

Requirements

  • Python 3.5 or above
  • Anaconda / Miniconda
  • Elasticsearch

Dependency Installation

Create a new conda environment and activate it

conda create --name sci
activate sci

Install dependencies

$ pip install -r requirements.txt
$ python -m spacy download en
$ python -m nltk.downloader stopwords

Starting the environment

First start your elasticsearch server

$ python api.py

The project report is available at https://drive.google.com/file/d/0B6J9rZLvloaOakR4dTJ4bzdlU1B3Y1ZOcC1QeEpJSGx2MUNj/view?usp=sharing&resourcekey=0-uLwQF6TJU9vkEaC1KV64Sw.