A transparent Recommendation and Interest Modeling Application
Developed by ... at ... for ... since ...
- Production: rima.soco.inko.cloud (latest release)
- Preview: edge.rima.soco.inko.cloud (branch
master
) - Preview: development.rima.soco.inko.cloud (branch
development
)
- see GitHub Packages
- Production:
docker-compose up -f docker-compose.yml
(seeMakefile
) - Development:
tilt up
- see
./.k8s/README.md
- see
./RIMA-Backend/README.md
and./RIMA-Frontend/README.md
- RIMA-Backend
- api: Django (Python) HTTP api, serving ...
- worker: Celery (Python) job queue, doing ...
- db: PostgreSQL database, used for ...
- redis: Redis key-value cache, used for ...
- RIMA-Frontend
- web: User-facing React (Node.js) UI, offering ...
- model:
- downloader: Bash, fetches GloVe model from Google Drive
- server: nginx, serves GloVe model to RIMA-Backend via HTTP
- (Bibtex)