Installation
Prerequisites
- Python 3.10+
- Access to Google Cloud Platform with a project, billing enabled, and the Vertex AI API enabled.
gcloudCLI installed and authenticated (gcloud auth application-default login).
Installation Steps
- Clone the repository:
git clone https://github.com/omar-cherif/japprends.git
cd japprends - Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate - Install dependencies:
pip install -r requirements.txt