An open API service indexing awesome lists of open source software.

https://github.com/atumat/recsystem-at-scale

Scalable recommendation system with personalisation and vector retrieval, ANN indexing and streaming pipelines using FastAPI, Redis, Kafka
https://github.com/atumat/recsystem-at-scale

fastapi kafka postgresql redis

Last synced: about 13 hours ago
JSON representation

Scalable recommendation system with personalisation and vector retrieval, ANN indexing and streaming pipelines using FastAPI, Redis, Kafka

Awesome Lists containing this project

README

          

# RecSys-at-Scale
A scalable backend recommendation system with ML-powered retrieval and ranking.

## Features

- Recommendation API
- Content-based filtering
- FastAPI backend

## Run

pip install -r requirements.txt

uvicorn app.main:app --reload