Identifying a social champion using the concepts of natural language processing
- Python 3.5 or above
- Anaconda / Miniconda
- Elasticsearch
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
First start your elasticsearch server
$ python api.py