Skip to content

DataSenseiAryan/NLPJenny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors