This project implements an automated book writing system using AI agents.
- Bright Data is used to scrape YouTube videos.
- CrewAI to build the Agentic workflow.
- Google DeepMind's latest Gemma 3 as the LLM.
Get BrightData API Key:
- Go to Bright Data and sign up for an account.
- Select "Proxies & Scraping" and create a new "SERP API"
- Select "Native proxy-based access"
- You will find your username and password there.
- Store it in the .env file of the src/ folder (after renaming .env.example to .env).
BRIGHDATA_USERNAME="..."
BRIGHDATA_PASSWORD="..."
Setup Ollama:
# setup ollama on linux
curl -fsSL https://ollama.com/install.sh | sh
# pull gemma3 model
ollama pull gemma3:4b Install Dependencies: Ensure you have Python 3.11 or later installed.
pip install ollama crewai crewai-toolsFinally, head over to this folder:
cd book_flow/book_writing_flow/src
and run the project by running the following command:
python book_writing_flow/main.pyThe book produced by the workflow on "Astronomy in 2025" is shown here: Sample book
Get a FREE Data Science eBook 📖 with 150+ essential lessons in Data Science when you subscribe to our newsletter! Stay in the loop with the latest tutorials, insights, and exclusive resources. Subscribe now!
Contributions are welcome! Please fork the repository and submit a pull request with your improvements.
