Spaces:
Build error
Build error
A newer version of the Gradio SDK is available: 6.13.0
metadata
title: AI Job Recommender
emoji: 💼
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 4.31.4
app_file: app.py
pinned: false
AI Job Recommender
This app suggests jobs based on your skills.
How it works
- You type your skills (comma separated).
- The app uses a sentence-transformer model to find similar jobs from a small dataset.
- It returns the top 3 matching jobs.
Tech stack
- Python
- Gradio
- Hugging Face Sentence Transformers
Run locally
pip install -r requirements.txt
python app.py