cicero_job_apps / README.md
arthrod's picture
kljlk
76b80b6
metadata
title: Cicero Job Apps
emoji: πŸƒ
colorFrom: indigo
colorTo: purple
sdk: docker
pinned: true
license: apache-2.0
short_description: Cicero Career and Application Assistant

Setup Instructions

Environment Variables

This Space requires the following environment variables to be configured:

  1. CICEROJOBAPPS_API_KEY - Password/token for accessing the Marimo app
  2. JINA_API_KEY - API key for Jina AI (used for fetching job postings from URLs)

Setting Environment Variables in Hugging Face Spaces:

  1. Go to your Space settings
  2. Navigate to the "Variables and secrets" section
  3. Add the following secrets:
    • Name: CICEROJOBAPPS_API_KEY, Value: your desired password
    • Name: JINA_API_KEY, Value: your Jina API key from jina.ai
  4. Restart your Space for changes to take effect

Local Development:

For local development, create a .env file in the project root (see .env.example for template):

CICEROJOBAPPS_API_KEY=your_password_here
JINA_API_KEY=your_jina_api_key_here

Check out marimo at https://github.com/marimo-team/marimo Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference