Skip to content

This project is an example using the CrewAI framework ๐Ÿค– to automate the process of coming up with an Instagram post ๐Ÿ“ธ. CrewAI orchestrates autonomous AI agents ๐Ÿค, enabling them to collaborate and execute complex tasks efficiently ๐Ÿ’ช.

Notifications You must be signed in to change notification settings

Kakachia777/CrewAI-Instagram-Poster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

AI Crew for Instagram Post

Introduction

This project is an example using the CrewAI framework to automate the process of coming up with an instagram post. CrewAI orchestrates autonomous AI agents, enabling them to collaborate and execute complex tasks efficiently.

Instagram Post

Instagram Post

By @joaomdmoura

CrewAI Framework

CrewAI is designed to facilitate the collaboration of role-playing AI agents. In this example, these agents work together to give a complete stock analysis and investment recommendation

Running the Script

This example uses OpenHermes 2.5 through Ollama by default so you should to download Ollama and OpenHermes.

You can change the model by changing the MODEL env var in the .env file.

  • Configure Environment: Copy ``.env.example` and set up the environment variables for Browseless, Serper.
  • Install Dependencies: Run poetry install --no-root.
  • Execute the Script: Run python main.py and input your idea.

Details & Explanation

  • Running the Script: Execute `python main.py`` and input your idea when prompted. The script will leverage the CrewAI framework to process the idea and generate a landing page.
  • Key Components:
    • ./main.py: Main script file.
    • ./tasks.py: Main file with the tasks prompts.
    • ./agents.py: Main file with the agents creation.
    • ./tools/: Contains tool classes used by the agents.

Using Local Models with Ollama

This example run enterily local models, the CrewAI framework supports integration with both closed and local models, by using tools such as Ollama, for enhanced flexibility and customization. This allows you to utilize your own models, which can be particularly useful for specialized tasks or data privacy concerns.

Setting Up Ollama

  • Install Ollama: Ensure that Ollama is properly installed in your environment. Follow the installation guide provided by Ollama for detailed instructions.
  • Configure Ollama: Set up Ollama to work with your local model. You will probably need to tweak the model using a Modelfile, I'd recommend playing with top_p and temperature.

License

This project is released under the MIT License.

About

This project is an example using the CrewAI framework ๐Ÿค– to automate the process of coming up with an Instagram post ๐Ÿ“ธ. CrewAI orchestrates autonomous AI agents ๐Ÿค, enabling them to collaborate and execute complex tasks efficiently ๐Ÿ’ช.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages