Skip to content

This is a Natural Language Processing applications WebApp useful for basic NLP task implemented using State of the Art API's on Streamlit Framework

License

Notifications You must be signed in to change notification settings

DataSenseiAryan/NLPJenny

Repository files navigation

NLPJenny

Natural Language Processing on the go...

Hosted on Heroku: NLPJenny

  • Website will launch very slow as in free tier heroku services the server goes into hibernation i.e. everytime a user clicks the website it lauches itself from scratch and remains active for next few minutes. Also there is a bug in integration between heroku and spacy model, while deploying, which requires to download spacy language model everytime the website launches itself.May be down by now!

Youtube Video: Streamlit NLPJenny

demo image

Dependencies

  • Python3
  • Streamlit
  • Othes libraries (Everything in Pipfile and Requirement.txt)

How to RUN:

Deploy on Heroku

  • Make account on heroku and install heroku-cli

    sudo snap install --classic heroku

  • RUN

    cd /to_dir

    heroku login

    heroku create your_app_name

    git push heroku master

License:

MIT License Copyright (c) 2020 Aryan Chaudhary MIT

Show some ❤️ by leaving a ⭐ at this page!
Follow Me On Medium
Follow Me On Kaggle