https://github.com/pocket/recommendation-api
Rank and serve recommendations
https://github.com/pocket/recommendation-api
fastapi graphql recommender-system
Last synced: 3 months ago
JSON representation
Rank and serve recommendations
- Host: GitHub
- URL: https://github.com/pocket/recommendation-api
- Owner: Pocket
- License: apache-2.0
- Created: 2020-10-26T17:20:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-15T00:06:09.000Z (5 months ago)
- Last Synced: 2026-01-15T07:33:59.870Z (5 months ago)
- Topics: fastapi, graphql, recommender-system
- Language: Python
- Homepage: https://pocket.com
- Size: 3.45 MB
- Stars: 33
- Watchers: 15
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Welcome to the Recommendations API App!
We use this app for serving customers recommendations of topics they might like.
## Development Setup & Running Tests
For complete instructions, see [docs/development.md](/docs/development.md).
TL;DR:
1. `docker-compose build`
2. `docker-compose up`
3. Visit http://localhost:8000