Build a crew ai crew that performs property research using Ollama.
- Install Ollama
- Download openhermes
ollama pull openhermes
- Create a virtual environment
conda create -n crew python=3.11
- Activate it
conda activate crew
- Install initial deps
pip install 'crewai[tools]'
- Update the
SERPER_API_KEY
value with an API key from Serper - Run the flow using
python main.py
# Other References 🔗
-CrewAI:documentation for the framework.
👨🏾💻 Author: Nick Renotte
📅 Version: 1.x
📜 License: This project is licensed under the MIT License