Skip to content

tushar2704/BloggerCrew

Repository files navigation

BloggerCrew - Current Topic Blogs Writer with Llama3 via Ollama, Groq and CrewAI

Overview

BloggerCrew is an innovative tool designed to streamline the process of writing topical blog content using advanced AI technologies. By leveraging Llama3 through platforms like Ollama, Groq, and CrewAI, BloggerCrew offers a seamless experience in generating high-quality blog posts efficiently.

Features

  • AI-Powered Content Creation: Utilizes Llama3's capabilities to generate relevant and engaging blog content.
  • Integration with Ollama and Groq: Offers local deployment and enhanced performance with Groq's powerful processing capabilities.
  • Collaborative AI Agents: Employs CrewAI's multi-agent framework for optimized task execution.

Installation

To set up BloggerCrew on your local machine, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/tushar2704/BloggerCrew.git
    cd bloggercrew
  2. Install Dependencies: Ensure you have Python installed, then run:

    pip install -r requirements.txt
  3. Setup Ollama: Download and install Ollama to run Llama3 locally:

    ollama run llama3
  4. Configure Groq (Optional): For enhanced performance, configure Groq by obtaining an API key and setting it up in your environment.

Usage

To start generating content, execute the following command:

python main.py --topic "Your Blog Topic Here"

Contributing

We welcome contributions from the community! To contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -m 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Thanks to the developers of Llama3, Ollama, Groq, and CrewAI for their incredible tools that make this project possible.
  • Special thanks to all contributors who have helped enhance BloggerCrew.

About

Omdena Live Coding Session - Blog Writing & Summarising App with CrewAI Resources

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors