watch-this  by StephDietz

Movie recommendation app using OpenAI

Created 2 years ago
405 stars

Top 71.7% on SourcePulse

GitHubView on GitHub
Project Summary

This project provides a web application that generates movie recommendations using OpenAI's GPT-3 API and Vercel Edge functions. It's designed for users seeking quick, AI-powered suggestions for cinema entertainment.

How It Works

The application leverages OpenAI's text-davinci-003 model to generate five cinema recommendations based on user input. These requests are handled by Vercel Edge functions, which stream the GPT-3 API responses back to the frontend for a dynamic user experience.

Quick Start & Requirements

  • Install: npm run dev
  • Prerequisites: OpenAI API key (placed in .env file as OPENAI_API_KEY=...).
  • Available at: http://localhost:5173

Highlighted Details

  • Utilizes OpenAI GPT-3 API (text-davinci-003).
  • Employs Vercel Edge functions for streaming API responses.
  • Generates 5 cinema recommendations per request.

Maintenance & Community

No information on contributors, community channels, or roadmap is provided in the README.

Licensing & Compatibility

The license is not specified in the README.

Limitations & Caveats

The project relies on a specific OpenAI model (text-davinci-003), which may be subject to OpenAI's API changes or deprecation. The README does not detail error handling or rate limiting for the API.

Health Check
Last Commit

1 year ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
0
Star History
0 stars in the last 30 days

Explore Similar Projects

Feedback? Help us improve.