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
- Python3
- Streamlit
- Othes libraries (Everything in Pipfile and Requirement.txt)
-
Run
git clone https://github.com/aryanc55/NLPJenny.git
cd NLPJenny
pip install -r requirement.txt
streamlit run NLPJenny.py
-
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
MIT License Copyright (c) 2020 Aryan Chaudhary MIT
Show some ❤️ by leaving a ⭐ at this page!
Follow Me On Medium
Follow Me On Kaggle