Skip to content

An AI-powered search tool for TV shows (made with Langchain, Streamlit and OpenAI).

Notifications You must be signed in to change notification settings

filipi/wheretowatch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📺🍿 Where To Watch?

A simple application to find out where your favorite show is airing.

Made with Langchain, OpenAI, and Streamlit.

Live demo

https://wheretowatch.streamlit.app

How to run

  1. Grab an API key for OpenAI.

  2. Configure a search engine in Google Cloud by following these tips;

  3. Create a file called .env with the following content:

OPENAI_API_KEY=your-key-here
GOOGLE_API_KEY=your-key-here
GOOGLE_CSE_ID=your-key-here

It is possible that you will need to purchase credits from OpenAI, if you don't have any.

  1. Install the dependencies:
pip install -r requirements.txt
  1. Start the Streamlit app with:
streamlit run main.py

The webapp will show up in the browser.

Detailed description

To be written.

Links and references:

About

An AI-powered search tool for TV shows (made with Langchain, Streamlit and OpenAI).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%