News-AI-agent-using-CrewAI

This system helps user to get user latest news based on user input. This is a multi-agent system created by the crewai. Output is given in an MD file formate

OUTPUT file

Installation

Create virtual environment for python 3.10

  conda create -n <environment-name> python=3.10 -y

Enter the virtual environment

    activate <environment-name>

install all dependencies of the this project by

  pip install -r requirements.txt

run python app

  python run crew.py