# Build a content recommendation app with Flutter and OpenAI

DevFeed: [Build a content recommendation app with Flutter and OpenAI](<https://devfeed.tech/articles/build-a-content-recommendation-app-with-flutter-and-openai-347.md>)

Original publisher: [Read original article](<https://supabase.com/blog/content-recommendation-with-flutter>)

Author: Tyler Shukert

Published: 2024-02-26T07:00:00Z

Content type: tutorial

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [recommendation systems](<https://devfeed.tech/topics/recommendation-systems.md>), [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>), [AI search](<https://devfeed.tech/topics/ai-search.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [flutter](<https://devfeed.tech/tags/flutter.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [openai](<https://devfeed.tech/tags/openai.md>)

## AI overview

A tutorial for building a Flutter movie-listing app that recommends related movies using embeddings, semantic search, Supabase, and the OpenAI API.

## Source excerpt

Build a movie-viewing app that recommends another movie based on what the user is viewing using OpenAI, Flutter and Supabase.