The AI Engineer Path - Solo Projects

This repository contains my solutions to the solo projects from the Scrimba AI Engineer Path.

This project is maintained by akasr

PopChoice

PopChoice is a minimalistic movie recommendation web app. It leverages semantic search and embeddings to suggest movies based on user preferences, with a clean and simple interface.

Features

Project Structure

Usage

  1. Install dependencies:

    npm install
    
  2. Set up API keys:

    Copy the example environment file and set your API keys:

    cp .env.example .env
    
  3. Run the app:

    npm start
    

Configuration

License

This project is part of the solo project of the Scrimba course - The AI Engineer Path.

↩ Back