Instructions to use Emreuludasdemir/teknofest2026-task3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LightGlue
How to use Emreuludasdemir/teknofest2026-task3 with LightGlue:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
| """Gorev 3 iskelet paketleri.""" | |
| from src.task3.matcher import Task3Matcher | |
| from src.task3.no_match_logic import filter_no_match_candidates | |
| from src.task3.reference_cache import ReferenceCache | |
| from src.task3.verifier import verify_matches | |
| __all__ = [ | |
| "Task3Matcher", | |
| "ReferenceCache", | |
| "verify_matches", | |
| "filter_no_match_candidates", | |
| ] | |