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.
- 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.
To set up BloggerCrew on your local machine, follow these steps:
-
Clone the Repository:
git clone https://github.com/tushar2704/BloggerCrew.git cd bloggercrew -
Install Dependencies: Ensure you have Python installed, then run:
pip install -r requirements.txt
-
Setup Ollama: Download and install Ollama to run Llama3 locally:
ollama run llama3
-
Configure Groq (Optional): For enhanced performance, configure Groq by obtaining an API key and setting it up in your environment.
To start generating content, execute the following command:
python main.py --topic "Your Blog Topic Here"We welcome contributions from the community! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Commit your changes (
git commit -m 'Add new feature'). - Push to the branch (
git push origin feature-branch). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- 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.