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.
π§ You will need Nodejs +16 (LTS recommended) installed.
- Fork this project:
- Clone the repository:
git clone [email protected]:YOU_USER/cual-peli-veo.git
- Install dependencies:
npm install
# or
pnpm install
# or
yarn install
# or
ultra install
- 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
COHERE:
THE MOVIE DB:
- Ready π₯³