Skip to content

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.

License

Notifications You must be signed in to change notification settings

Phronesis255/NMW-Test1

Repository files navigation

🥣🔤 Needs More Words - Optimize Your Content

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.

How to run it on your own machine

  1. Install the requirements

    $ pip install -r requirements.txt
    
  2. Run the app

    $ streamlit run streamlit_app.py
    
  3. Run with Docker:

https://docs.streamlit.io/deploy/tutorials/docker

  1. Download the GloVe embedding file and put it in the same folder as the main app:
       # 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
    
    We only need "glove.6B.100d.txt" so you can also remove the other embedding files in the zip.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published