Updated to final version 0.3
Let's you know what topics and words you need to include in your content and suggests how long it should be, based on top 20 results from Google.
-
Install the requirements
$ pip install -r requirements.txt
-
Run the app
$ streamlit run streamlit_app.py
-
Run with Docker:
https://docs.streamlit.io/deploy/tutorials/docker
- Download the GloVe embedding file and put it in the same folder as the main app:
We only need "glove.6B.100d.txt" so you can also remove the other embedding files in the zip.
# Download the GloVe zip file curl -O http://nlp.stanford.edu/data/glove.6B.zip # Unzip the downloaded file unzip glove.6B.zip # Remove the zip file rm glove.6B.zip