Back-end: a REST API for recipe recommendation

What if your app could instantly serve the perfect recipe?


■ REST API in Python/Flask (Swagger UI with OpenAPI Specification)
■ Database: MongoDB
■ Task queue: Redis
■ Similarity-based Recommendations (cosine similarity between recipe ingredients)
■ Data integration in Python/Pandas. NLP model: Scikit-learn and NLTK
■ Built in 2016, updated in 2018

REST API in Python/Flask (Swagger UI with OpenAPI Specification) for recipe recommendation