Skip to main content

Installation

Prerequisites

  • Python 3.10+
  • Access to Google Cloud Platform with a project, billing enabled, and the Vertex AI API enabled.
  • gcloud CLI installed and authenticated (gcloud auth application-default login).

Installation Steps

  1. Clone the repository:
    git clone https://github.com/omar-cherif/japprends.git
    cd japprends
  2. Create and activate a virtual environment:
    python -m venv venv
    source venv/bin/activate
  3. Install dependencies:
    pip install -r requirements.txt