yacineali74 / crew_ai_tutorial

A quick Crew AI tutorial with Open Source LLms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting Up and Running Crew AI

Prerequisites

  1. Install Anaconda:
    Download Anaconda from https://www.anaconda.com/.

  2. Create a Virtual Environment:

    conda create -n crew_env python=3.10 pip
  3. Activate the Virtual Environment:

    conda activate crew_env
  4. Install Requirements:

    pip install -r requirements.txt

Clone and Navigate to the Repository

  1. Clone the Repo:

    git clone https://github.com/your-repo/crew-ai.git
  2. Navigate to the Repo:

    cd /path/to/your-repo/crew-ai

Configure API Keys

  1. Open the config.yaml:

    nano config.yaml
  2. Enter API Keys:

Run Your Query

python app.py "YOUR QUERY"

About

A quick Crew AI tutorial with Open Source LLms


Languages

Language:Python 100.0%