Skip to content

Vítek's ready made code pipeline to process text (via different NLP magix). Deployable online (Heroku and GCloud).

Notifications You must be signed in to change notification settings

ual-cci/Text2Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text2Analysis

Install

Prerequisite libraries:

  • pip install gensim pandas spacy pyLDAvis nltk bokeh wordcloud
  • run python script with import nltk and nltk.download('stopwords')
  • python3 -m spacy download en

Fast setup:

git clone https://github.com/previtus/Text2Analysis.git
#(optionally make an environment)
pip3 install -r requirements.txt
python3 -m nltk.downloader stopwords
python3 -m spacy download en
python3 app.py
#(starts it on http://localhost:5000/)

Demo

  • Run app.py file: python3 app.py

Now it's also working online on GCloud, see: https://text2analysis-sul7mvck2a-lz.a.run.app/

Demo on GCloud

About

Vítek's ready made code pipeline to process text (via different NLP magix). Deployable online (Heroku and GCloud).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published