.env.example
MANIFEST.in
README.md
admin.html
enterprise.html
index.html
pyproject.toml
requirements.txt
run_server.py
schemas.py
server.py
setup.py
user.html
configs/__init__.py
configs/env.py
configs/matching_config.py
core/__init__.py
core/auth.py
core/database.py
core/event.py
databases/__init__.py
databases/course_catalog.json
databases/database_schema.sql
databases/esco_occupations.jsonl
databases/school_tiers.json
databases/schools.json
databases/skill_ontology.json
deploy/README.md
deploy/deploy.sh
job_talent_match.egg-info/PKG-INFO
job_talent_match.egg-info/SOURCES.txt
job_talent_match.egg-info/dependency_links.txt
job_talent_match.egg-info/entry_points.txt
job_talent_match.egg-info/requires.txt
job_talent_match.egg-info/top_level.txt
models/__init__.py
models/job.py
models/user.py
repositories/__init__.py
repositories/company_repo.py
repositories/interaction_repo.py
repositories/job_repo.py
repositories/user_repo.py
routers/__init__.py
routers/admin_manage_router.py
routers/admin_router.py
routers/application_router.py
routers/auth_router.py
routers/enterprise_router.py
routers/feedback_router.py
routers/match_router.py
routers/notification_router.py
routers/position_router.py
routers/recommendation_router.py
routers/skill_router.py
routers/user_router.py
scripts/__init__.py
scripts/analyze_system.py
scripts/debug_match.py
scripts/enrich_ontology_from_esco.py
scripts/full_test.py
scripts/import_real_data.py
scripts/preprocess_data.py
scripts/rebuild_cooc.py
scripts/seed_120.py
scripts/seed_clean.py
scripts/seed_real.py
scripts/validate_dag.py
services/__init__.py
services/course_store.py
services/document_processor.py
services/esco_store.py
services/feedback_analyzer.py
services/indexing_service.py
services/matching_service.py
services/notification_service.py
services/profile_service.py
services/recommendation_service.py
services/salary_parser.py
services/skill_graph.py
services/skill_normalizer.py
services/factors/__init__.py
services/factors/age.py
services/factors/award.py
services/factors/base.py
services/factors/education.py
services/factors/experience.py
services/factors/gender.py
services/factors/job_type.py
services/factors/kge_graph.py
services/factors/location.py
services/factors/major.py
services/factors/occupation.py
services/factors/project.py
services/factors/salary.py
services/factors/school.py
services/factors/skill.py
services/factors/years.py
services/matching/__init__.py
services/matching/rule_matcher.py
services/matching/semantic_matcher.py
services/matching/skill_graph_matcher.py
services/skill/__init__.py
services/skill/cooccurrence.py
services/vector/__init__.py
services/vector/bm25_store.py
services/vector/embed_service.py
services/vector/zvec_store.py
static/__init__.py
static/admin.html
static/echarts.min.js
static/enterprise.html
static/index.html
static/login-bg.png
static/user.html
static/css/admin.css
static/css/enterprise.css
static/css/user.css
static/icons/alert.svg
static/icons/bell.svg
static/icons/books.svg
static/icons/building.svg
static/icons/chevron-right.svg
static/icons/clipboard.svg
static/icons/close.svg
static/icons/diamond.svg
static/icons/eye.svg
static/icons/file.svg
static/icons/lightbulb.svg
static/icons/memo.svg
static/icons/search.svg
static/js/admin.js
static/js/enterprise.js
static/js/user.js
utils/AES.py
utils/SkillExtractor.py
utils/StructuredExtractor.py
utils/__init__.py
utils/file_parser.py