Projects
The interchanges: where the code leaves the main line.
-
diggo
- Python
- FastAPI
- Playwright
- Docker
- PostgreSQL
- LLM
Automated job-search pipeline for the French AI/ML market: offer scraping, keyword and LLM scoring, FastAPI dashboard, CV and cover-letter PDF generation.
View on GitHub → -
rag-lab
- LangChain
- LangGraph
- Qdrant
- FastAPI
RAG over the LangChain/LangGraph docs: hybrid retrieval (Qdrant, BM25 + RRF), cross-encoder reranking, LLM-as-judge evaluation.
View on GitHub → -
Kaggle Watson
- PyTorch
- DeBERTa-v3
- HuggingFace
Multilingual NLI competition (15 languages): DeBERTa-v3-base fine-tuning, fp16 training, AdamW with cosine decay.
View on GitHub → -
Restaurant Analytics
- Spring Boot
- Java
- MongoDB
- Redis
- Elasticsearch
- PostgreSQL
Full backend with JWT auth, fuzzy and geospatial search (Elasticsearch), Redis cache, leaderboard. Live demo on Railway.
View on GitHub → -
sacrebleu Merged open-source contribution
- Python
- NLP
Fixed an instance leak in mjpost/sacrebleu via
View the project →lru_cacheonTokenizerSPM.__call__. -
pyserini Merged open-source contribution
- Python
- Information Retrieval
Fixed the argument order for
View the project →getTopicsWithStringIdsFromFileWithTopicReaderClassin castorini/pyserini.