File size: 484 Bytes
c683ccd
22b7d63
 
 
c683ccd
 
22b7d63
c683ccd
 
 
 
22b7d63
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: CineMatch API
emoji: 🦇
colorFrom: gray
colorTo: yellow
sdk: docker
app_port: 7860
pinned: false
license: mit
---

# CineMatch API

Hybrid movie-search backend (FastAPI): BM25+ lexical retrieval, `bge-small-en-v1.5`
dense embeddings + FAISS, Reciprocal Rank Fusion, a cross-encoder reranker, and a
grounded-explanation layer.

- Interactive docs: `/docs`
- Health: `/api/health`
- Search: `POST /api/search`

Full project + frontend: https://github.com/Aln2004/CineMatch