Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1007 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 1007 Bytes

AI Newsletter

AI Newsletter Maker is a powerful tool that leverages the capabilities of CrewAI and LangChain to curate the most relevant and up-to-date news in the AI industry. The application generates a comprehensive report of the top news and saves it as a Markdown file.

Table of Contents

Features

  • Connects with CrewAI and LangChain to source news.
  • Uses AI Agentic workflow for news selection and categorization.
  • Generates .md files for easy sharing and viewing of reports.

Installation

(Assuming python and pip are already installed)

  • Clone the GitHub repository

  • Install the required packages: pip install -r requirements.txt

  • Run python main.py

Contributing

Pull requests are welcome. For significant changes, please open an issue first to discuss what you would like to change or enhance. We appreciate any contributions you can make.