All Projects → Pocket → recommendation-api

Pocket / recommendation-api

Licence: Apache-2.0 License
Rank and serve recommendations

Programming Languages

python
139335 projects - #7 most used programming language
typescript
32286 projects
shell
77523 projects

Projects that are alternatives of or similar to recommendation-api

yarc
No description or website provided.
Stars: ✭ 109 (+678.57%)
Mutual labels:  fastapi
skywalkR
code for Gogleva et al manuscript
Stars: ✭ 28 (+100%)
Mutual labels:  recommender-system
MARank
Multi-order Attentive Ranking Model for Sequential Recommendation
Stars: ✭ 25 (+78.57%)
Mutual labels:  recommender-system
fasteve
A simple and feature complete REST API framework designed for speed
Stars: ✭ 28 (+100%)
Mutual labels:  fastapi
JJMumbleBot
A plugin-based All-In-One mumble bot solution in python 3.7+ with extensive features and support for custom plugins.
Stars: ✭ 40 (+185.71%)
Mutual labels:  fastapi
wallpaper-api
An api which can use different sites to scrape images and serve them through API
Stars: ✭ 18 (+28.57%)
Mutual labels:  fastapi
BARS
Towards open benchmarking for recommender systems https://openbenchmark.github.io/BARS
Stars: ✭ 157 (+1021.43%)
Mutual labels:  recommender-system
RecSysDatasets
This is a repository of public data sources for Recommender Systems (RS).
Stars: ✭ 272 (+1842.86%)
Mutual labels:  recommender-system
Fast-API-and-Docker-BootCamp
This repository contains learning resources for Python Fast API Framework and Docker, Build High Performing Apps With Python BootCamp by Lux Academy and Data Science East Africa.
Stars: ✭ 24 (+71.43%)
Mutual labels:  fastapi
Auto-Surprise
An AutoRecSys library for Surprise. Automate algorithm selection and hyperparameter tuning 🚀
Stars: ✭ 19 (+35.71%)
Mutual labels:  recommender-system
msgpack-asgi
Drop-in MessagePack support for ASGI applications and frameworks
Stars: ✭ 100 (+614.29%)
Mutual labels:  fastapi
fastapi-cache
fastapi-cache is a tool to cache fastapi response and function result, with backends support redis and memcached.
Stars: ✭ 375 (+2578.57%)
Mutual labels:  fastapi
session4rec
GRu4Rec in TensorFlow
Stars: ✭ 14 (+0%)
Mutual labels:  recommender-system
Tplan
😃 T计划 是一个集成了任务队列、进程管理、爬虫部署、服务可视化监控、数据展示、在线编码、远程部署的通用系统。
Stars: ✭ 59 (+321.43%)
Mutual labels:  fastapi
fun-rec
推荐系统入门教程,在线阅读地址:https://datawhalechina.github.io/fun-rec/
Stars: ✭ 1,367 (+9664.29%)
Mutual labels:  recommender-system
serverless-mangum-examples
Example ASGI applications and Serverless Framework configurations using Mangum
Stars: ✭ 26 (+85.71%)
Mutual labels:  fastapi
termpair
View and control terminals from your browser with end-to-end encryption 🔒
Stars: ✭ 1,390 (+9828.57%)
Mutual labels:  fastapi
fastapi-uvicorn-gunicorn-nginx-supervisor-boilerplate
Production ready boilerplate to start with Fastapi
Stars: ✭ 17 (+21.43%)
Mutual labels:  fastapi
Bank-Note-Authentication
💸 Authenticate Bank Notes on the basis of Genuity and Forged using Sklearn and deployed on Heroku and FastAPI Server 💳 💲
Stars: ✭ 17 (+21.43%)
Mutual labels:  fastapi
Recommender-Systems-with-Collaborative-Filtering-and-Deep-Learning-Techniques
Implemented User Based and Item based Recommendation System along with state of the art Deep Learning Techniques
Stars: ✭ 41 (+192.86%)
Mutual labels:  recommender-system

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.

TL;DR:

  1. docker-compose build
  2. docker-compose up
  3. Visit http://localhost:8000

Example queries

To list all slates:

query list_slates{ 
  listSlates {
    id
  }
}

To get self-improvement slates with recommendations:

query test_query {
  getSlateLineup(slateLineupId: "63f24663-0e80-4c08-82aa-3fb0e06c4979") {
      experimentId
      slates {
        displayName
        recommendations {
          itemId
        }
      }
   }         
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].