Skip to content

A solution to identify potential volunteers on Twitter. The solution ranks volunteers based on their influence and relevance to the NGO's area of work.

Notifications You must be signed in to change notification settings

GuptaAman08/social-champion-identification

 
 

Repository files navigation

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

About

A solution to identify potential volunteers on Twitter. The solution ranks volunteers based on their influence and relevance to the NGO's area of work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.9%
  • Python 1.3%
  • Other 0.8%