/codex-for-seo

Primary LanguagePythonMIT LicenseMIT

Welcome to our Codex for SEO Gallery!

2 authors

First, you need

How to run

  1. Clone codex-for-seo
  2. Install streamlit
  3. Install libs
  4. Configure streamlit
  5. Run streamlit

Install streamlit

pip install streamlit

Install required libraries

pip install -r requirements.txt

Configure streamlit

~/.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"


Run streamlit

streamlit run streamlit_app.py

References