Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huksley/article-ai

Finnish, Swedish, English SpaCy based article analytics API to extract NER, keywords, and sentiment. Deployable to AWS Beanstalk and Docker.
https://github.com/huksley/article-ai

Last synced: about 2 months ago
JSON representation

Finnish, Swedish, English SpaCy based article analytics API to extract NER, keywords, and sentiment. Deployable to AWS Beanstalk and Docker.

Awesome Lists containing this project

README

        

# SpaCy based article analytics API

- Simple API
- Provide semantic analytics (subjectivity, polarity)
- Keywords extraction
- NER recognition.

## Install

```
pip install pipenv
pipenv install
pipenv run download
pipenv run dev
```

### Links

- https://spacy.io/universe/project/spacy-textblob
- https://medium.com/analytics-vidhya/sentiment-analysis-using-textblob-ecaaf0373dff
- https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options-general.html
- https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/ebextensions.html
- https://stackoverflow.com/questions/62442212/aws-elastic-beanstalk-container-commands-failing

- Spacy + TF-IDF? https://monkeylearn.com/how-it-works/
- https://www.dataquest.io/blog/tutorial-text-classification-in-python-using-spacy/
- https://textacy.readthedocs.io/en/latest/