- You can test here : https://codex-for-seo.streamlitapp.com/
- La formation en Français : https://www.datamarketinglabs.com/data-science-seo-sans-savoir-coder
- Charly Wargnier : https://twitter.com/DataChaz
- Vincent Terrasi : https://twitter.com/VincentTerrasi
- API Key from OPENAI : https://beta.openai.com/account/api-keys
- Optional : API Key form Hugginface
- Access to code-davinci
- Clone codex-for-seo
- Install streamlit
- Install libs
- Configure streamlit
- Run streamlit
pip install streamlit
pip install -r requirements.txt
~/.streamlit/secrets.toml by default the file doesn’t exist, you have to create it if you want to overrite default config.
- Open .streamlit/secrets.toml, and add this two following lines
API_TOKEN = "YOUROPENAPIKEY"
API_TOKEN2 = "YOUROPENHUGGINGFACEKEY"
streamlit run streamlit_app.py