Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pocket/recommendation-api
Rank and serve recommendations
https://github.com/pocket/recommendation-api
fastapi graphql recommender-system
Last synced: 25 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-19T17:36:53.000Z (about 1 month ago)
- Last Synced: 2024-11-19T18:30:18.106Z (about 1 month ago)
- Topics: fastapi, graphql, recommender-system
- Language: Python
- Homepage: https://pocket.com
- Size: 3.36 MB
- Stars: 26
- Watchers: 18
- Forks: 5
- Open Issues: 4
-
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