Downloads · 30 days
0
anky2002/best
best is a machine learning model from anky2002. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
An open-source, local-first job search platform with AI career tools, multi-source scraping, and application tracking.
Downloads · 30 days
0
Access
Public
Updated May 17, 2026
Repo size
—
Likes
0
Public
Click a slice to open those files.
.py635 KB · 58%
From the Hugging Face model README
An open-source, local-first job search platform with AI career tools, multi-source scraping, and application tracking.
Status: Early Beta. Core tracker and scraping work. AI features require Ollama or cloud API key. Not production-hardened yet.
Frontend: Next.js 15 · React 19 · Tailwind v4 · Framer Motion
Backend: FastAPI · SQLAlchemy 2.0 async · Pydantic v2 · LiteLLM
Database: PostgreSQL 17 (pgvector) · Redis 7
Workers: Celery · Scheduled scraping + alerts
Storage: Cloudflare R2 (production) · Local (development)
AI: Ollama (default, free) · OpenAI · Anthropic · Gemini · Mistral · DeepSeek · Grok · HF
| Source | Type | Status |
|---|---|---|
| Greenhouse (30+ boards) | Public API | ✅ Working |
| Lever (15+ boards) | Public API | ✅ Working |
| Ashby | Public API | ✅ Working |
| RemoteOK | Free API | ✅ Working |
| Arbeitnow | Free API | ✅ Working |
| HN Who's Hiring | Algolia API | ✅ Working |
| WeWorkRemotely | RSS | ✅ Working |
| Remotive | RSS | ✅ Working |
| Any URL (universal) | HTML/JSON-LD/LLM | ✅ Working |
| Workday | Planned | ❌ |
| SmartRecruiters | Planned | ❌ |
| iCIMS | Planned | ❌ |
git clone https://github.com/anky2002/best
cd best
make setup # Installs deps, starts DB/Redis, runs migrations, seeds demo data
make dev # Starts DB + Redis
make backend # Terminal 1: API on :8000
make frontend # Terminal 2: Web on :3000
# Optional: Local AI (free, no API key needed)
ollama pull llama3.2
Demo login: demo@jobportal.dev / demo123
Admin: admin@jobportal.dev / admin123
API docs: http://localhost:8000/api/v1/docs
Default is Ollama (free, local, private). Add cloud keys in Settings for better quality:
| Provider | Env Var | Best For |
|---|---|---|
| Ollama | (none needed) | Privacy, free, offline |
| OpenAI | OPENAI_API_KEY | Best quality overall |
| Anthropic | ANTHROPIC_API_KEY | Cover letters, long-form |
| DeepSeek | DEEPSEEK_API_KEY | Cheapest cloud option |
GOOGLE_API_KEY | Fast, good value | |
| Mistral | MISTRAL_API_KEY | European hosting |
| xAI | XAI_API_KEY | Grok models |
| HuggingFace | HUGGINGFACE_API_KEY | Open models |
See CONTRIBUTING.md
MIT — see LICENSE