Skip to content

jlondonobo/llmovies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎬 LLMovies

Your go-to companion for movie nights

🤔 About

Say hello to LLMovies, your go-to companion for movie nights! What's your vibe? Action, romance, mystery? Just spill, and we'll whip up a can't-miss list of movies and shows just for you. It's like having a personal movie guru at your fingertips!

📺 Available streaming services

LLMovies currently supports the following streaming services:

⚙️ Prerequisites

LLMovies uses OpenAI's embeddings and generative models. Therefore the app requires you to have an OpenAI API key.

If you don't have an OpenAI API key, you can generate one by creating a acount on OpenAI.

💾 Installation

To run LLMovies locally, take the following steps:

  1. Clone the repo.
  2. cd into the repo.
  3. Install the dependencies with poetry install.
  4. Start the app with streamlit run app.py.