Skip to content

🎞 Find a movie to watch based on your preferences. Project made for the AI Hackathon on 02/07/2023 by @midudev, using Astro, Tailwind & AI - Cohere.

Notifications You must be signed in to change notification settings

joaquinarias989/cual-peli-veo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›‘ Advertisement

This application uses the artificial intelligence API of COHERE, it is paid, so the recommendation service does not work until an API KEY is entered.

πŸ‘¨β€πŸš€ Getting Started

🚧 You will need Nodejs +16 (LTS recommended) installed.

  1. Fork this project:
  1. Clone the repository:
git clone [email protected]:YOU_USER/cual-peli-veo.git
  1. Install dependencies:
npm install
# or
pnpm install
# or
yarn install
# or
ultra install
  1. Create a .env file with the following content:
## Cohere AI
PUBLIC_COHERE_API_KEY=
PUBLIC_COHERE_API_GENERATE_URL=https://api.cohere.ai/generate

## Movie DB API
PUBLIC_API_KEY=
PUBLIC_API_URI_SEARCH=https://api.themoviedb.org/3/search
PUBLIC_API_URI_IMGS=https://image.tmdb.org/t/p/w1280

πŸ”‘ How to get environment variables:

COHERE:

THE MOVIE DB:

  1. Ready πŸ₯³

πŸŽ‰ Deploy on Vercel

About

🎞 Find a movie to watch based on your preferences. Project made for the AI Hackathon on 02/07/2023 by @midudev, using Astro, Tailwind & AI - Cohere.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published