Skip to content

saishshinde15/CrewAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrewAI Projects Repository

Welcome to the CrewAI Projects repository! This repository showcases various projects built using CrewAI, an advanced agentic framework for orchestrating AI-powered workflows. Each project leverages CrewAI’s capabilities to automate complex tasks, integrate multiple AI models, and create intelligent multi-agent systems.

📌 Repository Overview

This repository contains different projects demonstrating how CrewAI can be used for real-world applications. Each project is well-documented with setup instructions and usage guidelines.

🛠️ Installation & Setup

To run these projects, follow these general steps:

🖥️ Local Setup

To run these projects, follow these general steps:

  1. Clone the Repository

    git clone https://github.com/saishshinde15/CrewAI.git
    cd crewai-projects
  2. Create and Activate a Virtual Environment (Optional)

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install Dependencies

    pip install -r requirements.txt
  4. Run a Specific Project

    • Navigate to the respective project folder and follow its README for detailed instructions.

☁️ Running Jupyter Notebooks on Google Colab

For projects containing Jupyter notebooks, you can run them directly on Google Colab:

  1. Open the GitHub repository in your browser.
  2. Navigate to the desired Jupyter Notebook (.ipynb file).
  3. Click on the "Open in Colab" button (or manually open it by replacing github.com with colab.research.google.com/github/ in the URL).
  4. Run the notebook in Colab without needing local setup.

📖 Documentation & Usage

Each project folder contains a dedicated README.md with:

  • An overview of the project
  • Installation and setup instructions
  • Usage examples
  • Expected outputs

🤝 Contributing

If you’d like to contribute, feel free to:

  • Fork this repository
  • Create a feature branch
  • Submit a pull request with your improvements

📜 License

This repository is licensed under the MIT License.

📧 Contact

For any questions or collaborations, feel free to reach out via GitHub issues or email at saish.shinde.jb@gmail.com.


Enjoy building with CrewAI! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published