Commit History

Merge pull request #12 from yusrmuttaqien/dev/dataset-generator-almer
c4abd65
unverified

ydmhmhm commited on

refactor: simplify CV parser to send raw files directly to LLM vision endpoint
5bb040a

ydmhmhm commited on

feat(llm-client): optimize LLM calls with batching and combined methods
973cc3c

ydmhmhm commited on

feat: add LLM availability status to health check endpoint
c862630

ydmhmhm commited on

feat: menambahkan generator dataset versi bersih (scripts/dataset_generator.py dan file pendukungnya src/generator/)
7787bab

almer1426 commited on

feat: add /parse-cv endpoint for extracting student data from resumes
946b422

ydmhmhm commited on

feat: add /recommend-single endpoint for single scholarship matching
7a4418c

ydmhmhm commited on

docs: clarify LLM service requires manual enable in API docs
4d6c87f

ydmhmhm commited on

feat: add LLM-powered recommendation text generation
1440ff4

ydmhmhm commited on

feat: add scholarship metadata export and fit scores to API
f52e6fb

ydmhmhm commited on

Update landing page subtitle to include synthetic data generation
1c3f05c

ydmhmhm commited on

feat: add API base URL display with copy button
85acc16

ydmhmhm commited on

feat: gracefully handle missing HF token and add API landing page
bcafa1f

ydmhmhm commited on

feat: add Docker support for HuggingFace Spaces deployment
6a51456

ydmhmhm commited on

feat: add HuggingFace artifact sync for data and model repos
afdecc7

ydmhmhm commited on

refactor(config): consolidate serving config into default.yaml and add retraining support
99c7254

ydmhmhm commited on

Merge pull request #6 from yusrmuttaqien/dev/fusion-almer
22da109
unverified

ydmhmhm commited on

feat(serving): add cached embedding loading and restructure export
0984d53

ydmhmhm commited on

fix: membenarkan masalah seed operasi-operasi kecil
6e46905

almer1426 commited on

fix(api): improve response models and add field descriptions
0c0acbc

ydmhmhm commited on

refactor: replace chronological train/val split with optional holdout fraction
7af5352

ydmhmhm commited on

feat(serving): add configurable retraining data splits
e8b13fa

ydmhmhm commited on

chore(serving): destructure serving layer and related shared codes
757f57e

ydmhmhm commited on

refactor: extract training logic into dedicated training loop module
1f92b89

ydmhmhm commited on

feat(training): add model retraining with new CSV data support
19311c7

ydmhmhm commited on

feat: add tensorboard monitoring and improve precompute staleness detection
e7050ad

ydmhmhm commited on

refactor: simplify serving config and consolidate configuration handling
d0df770

ydmhmhm commited on

docs: add FastAPI serving and update project documentation
75f969a

ydmhmhm commited on

add project files
ecc8e10

almer1426 commited on